| 83 |
SELECT SQL_NO_CACHE *
FROM `ps_bt_spr_products_reviews` pr
WHERE (pr.`id_product` = 283) AND (pr.`id_shop` = 1) AND (pr.`review_status` = 1) AND (pr.`text_review` != "")
ORDER BY pr.`rating_value` ASC, pr.`date_add` DESC |
14.384
ms
|
4913 |
Yes
|
|
/modules/gsnippetsreviews/src/ReviewsUtils.php:359
/modules/gsnippetsreviews/src/ReviewsUtils.php:730 (getBattle)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE *
FROM `ps_bt_spr_products_reviews` pr
WHERE (pr.`id_product` = 283) AND (pr.`id_shop` = 1) AND (pr.`review_status` = 1) AND (pr.`text_review` != "")
ORDER BY pr.`rating_value` DESC, pr.`date_add` DESC |
14.327
ms
|
4913 |
Yes
|
|
/modules/gsnippetsreviews/src/ReviewsUtils.php:368
/modules/gsnippetsreviews/src/ReviewsUtils.php:730 (getBattle)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE *
FROM `ps_bt_spr_products_reviews` pr
WHERE (pr.`id_product` = 283) AND (pr.`id_shop` = 1) AND (pr.`review_status` = 1)
ORDER BY pr.`date_add` DESC
LIMIT 4 |
13.935
ms
|
4913 |
Yes
|
|
/modules/gsnippetsreviews/models/Reviews.php:183
/modules/gsnippetsreviews/src/ReviewsUtils.php:252 (getProductReviews)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE id_customer, title_review, text_review, rating_value, date_add
FROM `ps_bt_spr_products_reviews` pr
WHERE (pr.`id_product` = 283) AND (pr.`id_shop` = 1) AND (pr.`review_status` = 1)
ORDER BY pr.`date_add` DESC |
13.439
ms
|
4913 |
Yes
|
|
/modules/gsnippetsreviews/models/Reviews.php:197
/modules/gsnippetsreviews/src/ReviewsUtils.php:1036 (getSimpleActiveProductReviewsForJson)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_log` l
WHERE (message = "Backward compatibility for this method couldn\'t be handled. Use $this->registerJavascript() instead") AND (severity = 3) AND (error_code = 0) AND (object_type = "") AND (object_id = 0) AND (id_shop = 1) AND (id_shop_group = 0) AND (id_lang = 1) AND (in_all_shops = 0) LIMIT 1 |
7.475
ms
|
3232 |
|
|
/classes/PrestaShopLogger.php:225
/classes/PrestaShopLogger.php:176 (isPresent)
/classes/Tools.php:2997 (addLog)
/classes/Tools.php:2965 (throwDeprecated)
/classes/controller/FrontController.php:2138 (displayAsDeprecated)
/classes/controller/FrontController.php:1210 (getAssetUriFromLegacyDeprecatedMethod)
/modules/stblogarchives/stblogarchives.php:148 (addJS)
/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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE pr.rating_value
FROM `ps_bt_spr_products_reviews` pr
WHERE (pr.`id_product` = 283) AND (pr.`id_shop` = 1) AND (pr.`review_status` = 1) |
5.854
ms
|
4913 |
|
|
/modules/gsnippetsreviews/models/Reviews.php:70
/modules/gsnippetsreviews/src/ReviewsUtils.php:41 (getProductRating)
/modules/gsnippetsreviews/src/ReviewsUtils.php:719 (getProductRating)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE pr.rating_value
FROM `ps_bt_spr_products_reviews` pr
WHERE (pr.`id_product` = 587) AND (pr.`id_shop` = 1) AND (pr.`review_status` = 1) |
5.775
ms
|
4913 |
|
|
/modules/gsnippetsreviews/models/Reviews.php:70
/modules/gsnippetsreviews/src/ReviewsUtils.php:41 (getProductRating)
/modules/gsnippetsreviews/src/Hook/Display.php:193 (getProductRating)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productListReviews)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE pr.rating_value
FROM `ps_bt_spr_products_reviews` pr
WHERE (pr.`id_product` = 188) AND (pr.`id_shop` = 1) AND (pr.`review_status` = 1) |
5.707
ms
|
4913 |
|
|
/modules/gsnippetsreviews/models/Reviews.php:70
/modules/gsnippetsreviews/src/ReviewsUtils.php:41 (getProductRating)
/modules/gsnippetsreviews/src/Hook/Display.php:193 (getProductRating)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productListReviews)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE pr.rating_value as note, count(id_product) as count
FROM `ps_bt_spr_products_reviews` pr
WHERE (pr.`id_product` = 283) AND (pr.`id_shop` = 1) AND (pr.`review_status` = 1) AND (pr.`rating_value` = 5) LIMIT 1 |
5.518
ms
|
4913 |
|
|
/modules/gsnippetsreviews/models/Reviews.php:94
/modules/gsnippetsreviews/src/ReviewsUtils.php:110 (getProductRatingGroupByNote)
/modules/gsnippetsreviews/src/ReviewsUtils.php:762 (getProductRatingDistribution)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE pr.rating_value
FROM `ps_bt_spr_products_reviews` pr
WHERE (pr.`id_product` = 440) AND (pr.`id_shop` = 1) AND (pr.`review_status` = 1) |
5.371
ms
|
4913 |
|
|
/modules/gsnippetsreviews/models/Reviews.php:70
/modules/gsnippetsreviews/src/ReviewsUtils.php:41 (getProductRating)
/modules/gsnippetsreviews/src/Hook/Display.php:193 (getProductRating)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productListReviews)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE pr.rating_value
FROM `ps_bt_spr_products_reviews` pr
WHERE (pr.`id_product` = 388) AND (pr.`id_shop` = 1) AND (pr.`review_status` = 1) |
5.285
ms
|
4913 |
|
|
/modules/gsnippetsreviews/models/Reviews.php:70
/modules/gsnippetsreviews/src/ReviewsUtils.php:41 (getProductRating)
/modules/gsnippetsreviews/src/Hook/Display.php:193 (getProductRating)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productListReviews)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE pr.rating_value as note, count(id_product) as count
FROM `ps_bt_spr_products_reviews` pr
WHERE (pr.`id_product` = 283) AND (pr.`id_shop` = 1) AND (pr.`review_status` = 1) AND (pr.`rating_value` = 4) LIMIT 1 |
5.023
ms
|
4913 |
|
|
/modules/gsnippetsreviews/models/Reviews.php:94
/modules/gsnippetsreviews/src/ReviewsUtils.php:110 (getProductRatingGroupByNote)
/modules/gsnippetsreviews/src/ReviewsUtils.php:762 (getProductRatingDistribution)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE pr.rating_value as note, count(id_product) as count
FROM `ps_bt_spr_products_reviews` pr
WHERE (pr.`id_product` = 283) AND (pr.`id_shop` = 1) AND (pr.`review_status` = 1) AND (pr.`rating_value` = 3) LIMIT 1 |
4.700
ms
|
4913 |
|
|
/modules/gsnippetsreviews/models/Reviews.php:94
/modules/gsnippetsreviews/src/ReviewsUtils.php:110 (getProductRatingGroupByNote)
/modules/gsnippetsreviews/src/ReviewsUtils.php:762 (getProductRatingDistribution)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE count(id_product) as count
FROM `ps_bt_spr_products_reviews` pr
WHERE (pr.`id_product` = 283) AND (pr.`id_shop` = 1) AND (pr.`review_status` = 1) LIMIT 1 |
4.584
ms
|
4913 |
|
|
/modules/gsnippetsreviews/models/Reviews.php:111
/modules/gsnippetsreviews/src/ReviewsUtils.php:111 (getProductRatingCount)
/modules/gsnippetsreviews/src/ReviewsUtils.php:762 (getProductRatingDistribution)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 8 |
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.534
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:6909 (getManager)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE pr.rating_value as note, count(id_product) as count
FROM `ps_bt_spr_products_reviews` pr
WHERE (pr.`id_product` = 283) AND (pr.`id_shop` = 1) AND (pr.`review_status` = 1) AND (pr.`rating_value` = 2) LIMIT 1 |
4.486
ms
|
4913 |
|
|
/modules/gsnippetsreviews/models/Reviews.php:94
/modules/gsnippetsreviews/src/ReviewsUtils.php:110 (getProductRatingGroupByNote)
/modules/gsnippetsreviews/src/ReviewsUtils.php:762 (getProductRatingDistribution)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
4.300
ms
|
1171 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:77 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 99 |
SELECT SQL_NO_CACHE pr.rating_value as note, count(id_product) as count
FROM `ps_bt_spr_products_reviews` pr
WHERE (pr.`id_product` = 283) AND (pr.`id_shop` = 1) AND (pr.`review_status` = 1) AND (pr.`rating_value` = 1) LIMIT 1 |
4.256
ms
|
4913 |
|
|
/modules/gsnippetsreviews/models/Reviews.php:94
/modules/gsnippetsreviews/src/ReviewsUtils.php:110 (getProductRatingGroupByNote)
/modules/gsnippetsreviews/src/ReviewsUtils.php:762 (getProductRatingDistribution)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
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)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 1
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
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
LEFT JOIN `ps_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE (pa.id_product = 388) AND (al.id_lang = 1) AND (agl.id_lang = 1)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC |
4.189
ms
|
69 |
Yes
|
Yes
|
/classes/Product.php:4600
/modules/stminiatureattrimg/stminiatureattrimg.php:1154 (getAttributesGroups)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
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)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 1
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
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
LEFT JOIN `ps_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE (pa.id_product = 188) AND (al.id_lang = 1) AND (agl.id_lang = 1)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC |
2.870
ms
|
33 |
Yes
|
Yes
|
/classes/Product.php:4600
/modules/stminiatureattrimg/stminiatureattrimg.php:1154 (getAttributesGroups)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
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)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 1
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
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
LEFT JOIN `ps_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE (pa.id_product = 440) AND (al.id_lang = 1) AND (agl.id_lang = 1)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC |
2.803
ms
|
33 |
Yes
|
Yes
|
/classes/Product.php:4600
/modules/stminiatureattrimg/stminiatureattrimg.php:1154 (getAttributesGroups)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
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)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 1
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
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
LEFT JOIN `ps_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE (pa.id_product = 283) AND (al.id_lang = 1) AND (agl.id_lang = 1)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC |
2.770
ms
|
33 |
Yes
|
Yes
|
/classes/Product.php:4600
/controllers/front/ProductController.php:648 (getAttributesGroups)
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
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)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 1
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
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
LEFT JOIN `ps_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE (pa.id_product = 587) AND (al.id_lang = 1) AND (agl.id_lang = 1)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC |
2.715
ms
|
27 |
Yes
|
Yes
|
/classes/Product.php:4600
/modules/stminiatureattrimg/stminiatureattrimg.php:1154 (getAttributesGroups)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 317 |
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 (5638, 5639, 5640, 5641, 5642, 5643, 5644, 5645, 5646, 5647, 5648, 5649, 5650, 5651, 5652, 5653, 5654, 5655, 5656, 5657, 5658, 5659, 10979) AND il.`id_lang` = 1 ORDER by i.`position` |
2.629
ms
|
139 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/strelatedproducts/strelatedproducts.php:324 (present)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/jika-tabi-kurashikiya-saibu-marugo-chaussure-japonaise.html" OR `from` = "https://www.5doigts2pieds.fr/jika-tabi-kurashikiya-saibu-marugo-chaussure-japonaise.html") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
2.336
ms
|
1 |
|
|
/modules/arseopro/arseopro.php:851
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Dispatcher.php:346 (getController)
/index.php:28 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 188 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2.304
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 193 |
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` = 283
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
2.027
ms
|
11 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6c207c3_48558805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:475 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6bf16d3_87387669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:199 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:231 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:265 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 337 |
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` = 188) |
2.021
ms
|
11 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 389 |
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 (5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648,5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,10979)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.987
ms
|
46 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 177 |
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` = 283
AND pac.`id_product_attribute` = 2655
AND agl.`id_lang` = 1 |
1.933
ms
|
1 |
|
|
/classes/Product.php:7528
/modules/arseopro/arseopro.php:155 (getAttributesParams)
/modules/arseopro/arseopro.php:177 (getProductAnchor)
/modules/arseopro/arseopro.php:196 (assignAttributes)
/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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.900
ms
|
182 |
Yes
|
Yes
|
/classes/Category.php:1151
/classes/Category.php:1087 (getChildren)
/controllers/front/ProductController.php:911 (getHomeCategories)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 176 |
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` = 283
AND pac.`id_product_attribute` = 2654
AND agl.`id_lang` = 1 |
1.873
ms
|
1 |
|
|
/classes/Product.php:7528
/modules/arseopro/arseopro.php:155 (getAttributesParams)
/modules/arseopro/arseopro.php:177 (getProductAnchor)
/modules/arseopro/arseopro.php:196 (assignAttributes)
/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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`,
pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2026-08-13 00:00:00",
INTERVAL 90 DAY
)
) > 0 AS new
FROM `ps_accessory`
LEFT JOIN `ps_product` p ON p.`id_product` = `id_product_2`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN `ps_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
)
LEFT JOIN `ps_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1
)
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE `id_product_1` = 283 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
1.800
ms
|
1 |
|
Yes
|
/classes/Product.php:4713
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 332 |
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` = 188) AND (b.`id_shop` = 1) LIMIT 1 |
1.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:298 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 283) AND (id_product_attribute = 2655) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.747
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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6c207c3_48558805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:475 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6bf16d3_87387669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:199 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:231 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:265 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 283) AND (id_product_attribute = 2652) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.719
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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6c207c3_48558805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:475 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6bf16d3_87387669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:199 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:231 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:265 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2026-08-13 00:00:00" AND date_to <= "2026-08-13 23:59:59") OR (date_from >= "2026-08-13 00:00:00" AND date_from <= "2026-08-13 23:59:59") OR (date_from < "2026-08-13 00:00:00" AND date_to > "2026-08-13 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
1.716
ms
|
558 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3072 (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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/85/e1/a3/85e1a39855cc2082f8900e950dfb87cbf01421bd_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168e205a8_20554002)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/89/e8/7b/89e87b3cce269fffa0a21d133589a51d05e7b87d_2.file.head.tpl.php:394 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/89/e8/7b/89e87b3cce269fffa0a21d133589a51d05e7b87d_2.file.head.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168deefa7_05569067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 175 |
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` = 283
AND pac.`id_product_attribute` = 2653
AND agl.`id_lang` = 1 |
1.709
ms
|
1 |
|
|
/classes/Product.php:7528
/modules/arseopro/arseopro.php:155 (getAttributesParams)
/modules/arseopro/arseopro.php:177 (getProductAnchor)
/modules/arseopro/arseopro.php:196 (assignAttributes)
/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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 283) AND (id_product_attribute = 2654) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.697
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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6c207c3_48558805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:475 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6bf16d3_87387669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:199 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:231 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:265 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 283) AND (id_product_attribute = 2653) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.648
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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6c207c3_48558805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:475 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6bf16d3_87387669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:199 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:231 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:265 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2026-08-13 00:00:00" AND date_to <= "2026-08-13 23:59:59") OR (date_from >= "2026-08-13 00:00:00" AND date_from <= "2026-08-13 23:59:59") OR (date_from < "2026-08-13 00:00:00" AND date_to > "2026-08-13 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
1.619
ms
|
558 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:570 (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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/85/e1/a3/85e1a39855cc2082f8900e950dfb87cbf01421bd_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168e205a8_20554002)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/89/e8/7b/89e87b3cce269fffa0a21d133589a51d05e7b87d_2.file.head.tpl.php:394 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/89/e8/7b/89e87b3cce269fffa0a21d133589a51d05e7b87d_2.file.head.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168deefa7_05569067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`
FROM `ps_image` i
LEFT JOIN `ps_product_attribute_image` pai ON (i.`id_image` = pai.`id_image`)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute`=pai.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` pas ON (pac.`id_product_attribute` = pas.`id_product_attribute`)
WHERE pai.id_product_attribute= 5658 AND pac.`id_attribute` = 36 AND pas.`id_shop` = 1 AND pas.`id_product` = 388 ORDER by i.`position` LIMIT 1 |
1.588
ms
|
6 |
Yes
|
|
/modules/stminiatureattrimg/stminiatureattrimg.php:1055
/modules/stminiatureattrimg/stminiatureattrimg.php:1265 (_getFirstImageByIdAttribute)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
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 (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`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)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 283 |
1.528
ms
|
11 |
|
|
/classes/Product.php:7562
/controllers/front/ProductController.php:870 (getAttributesInformationsByProduct)
/controllers/front/ProductController.php:373 (assignAttributesCombinations)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 309 |
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` = 388
AND pac.`id_product_attribute` = 5638
AND agl.`id_lang` = 1 |
1.504
ms
|
2 |
|
|
/classes/Product.php:7528
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 188 LIMIT 1 |
1.489
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 388 |
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` = 388
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.476
ms
|
23 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 188
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1.471
ms
|
0 |
|
|
/classes/SpecificPrice.php:256
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 427 |
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 (1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,3282)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.439
ms
|
11 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
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)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 1
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
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
LEFT JOIN `ps_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE (pa.id_product = 283) AND (al.id_lang = 1) AND (agl.id_lang = 1) AND (product_attribute_shop.id_product_attribute = 2662)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC |
1.413
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4600
/controllers/front/ProductController.php:1312 (getAttributesGroups)
/controllers/front/ProductController.php:1263 (findProductCombinationById)
/controllers/front/ProductController.php:1210 (getProductMinimalQuantity)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 283
ORDER BY f.position ASC |
1.401
ms
|
25 |
Yes
|
|
/classes/Product.php:6024
/classes/Product.php:5835 (getFrontFeaturesStatic)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang` t
LEFT JOIN `ps_product_shop` ps ON t.`id_product` = ps.`id_product` AND t.`id_shop` = ps.`id_shop`
WHERE ((t.`link_rewrite` = 'jika-tabi-kurashikiya-saibu-marugo-chaussure-japonaise' OR t.`link_rewrite` = 'jika-tabi-kurashikiya-saibu-marugo-chaussure-japonaise') AND t.`id_lang` = 1 AND ps.`id_shop` = 1 AND ps.`active` = 1) LIMIT 1 |
1.352
ms
|
322 |
|
|
/modules/arseopro/classes/url/ArSeoProURLProduct.php:140
/modules/arseopro/classes/ArSeoProUrls.php:580 (preDispatch)
/override/classes/Dispatcher.php:188 (preDispatch)
/classes/Dispatcher.php:346 (getController)
/index.php:28 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 388
ORDER BY f.position ASC |
1.333
ms
|
24 |
Yes
|
|
/classes/Product.php:6024
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 188 AND id_shop=1 LIMIT 1 |
1.330
ms
|
1 |
|
|
/classes/Product.php:6884
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-08-13 00:00:00',
INTERVAL 90 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 (358) |
1.325
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-08-13 00:00:00',
INTERVAL 90 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 (595) |
1.295
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 587
ORDER BY f.position ASC |
1.292
ms
|
20 |
Yes
|
|
/classes/Product.php:6024
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 440
ORDER BY f.position ASC |
1.286
ms
|
21 |
Yes
|
|
/classes/Product.php:6024
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-08-13 00:00:00',
INTERVAL 90 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 (440) |
1.275
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188
ORDER BY f.position ASC |
1.273
ms
|
17 |
Yes
|
|
/classes/Product.php:6024
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-08-13 00:00:00',
INTERVAL 90 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 (188) |
1.267
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-08-13 00:00:00',
INTERVAL 90 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 (587) |
1.238
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 37 |
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` = 2662
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 283 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` = 2662
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 283 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.233
ms
|
0 |
|
|
/classes/Cart.php:1430
/controllers/front/ProductController.php:1211 (getProductQuantity)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-08-13 00:00:00',
INTERVAL 90 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 (388) |
1.218
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 194 |
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 (2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.210
ms
|
11 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6c207c3_48558805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:475 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6bf16d3_87387669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:199 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:231 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:265 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 426 |
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` = 188
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.198
ms
|
11 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 374 |
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 (6295,6296,6297,6298,6299,6300,6301,6302,6303,6304,6305)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.193
ms
|
11 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 103 |
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` = 283 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` = 283 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.190
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 222 |
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` = 10438
AND cp.`id_cart` = 0 AND cp.`id_product` = 595 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` = 10438
AND cp.`id_cart` = 0 AND p.`id_product_item` = 595 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.188
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5820 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 341 |
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` = 188 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` = 188 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.184
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 373 |
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` = 440
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.169
ms
|
11 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 322 |
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` = 358 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` = 358 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.167
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 587 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.164
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 361 |
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 (10245,10246,10247,10248,10249,10250,10251,10252,10253)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.163
ms
|
9 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 283 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.162
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 221 |
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` = 595 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` = 595 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.160
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE cp.`id_product`
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_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 174 AND product_shop.`visibility` IN ("both", "catalog")
AND product_shop.active = 1
AND cp.`id_product` <> 283
ORDER BY p.date_add DESC
LIMIT 8 |
1.143
ms
|
10 |
Yes
|
|
/modules/strelatedproducts/strelatedproducts.php:269
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 105 |
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` = 2662
AND cp.`id_cart` = 0 AND cp.`id_product` = 283 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` = 2662
AND cp.`id_cart` = 0 AND p.`id_product_item` = 283 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.134
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5820 (getQuantity)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE *,
( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 283 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-13 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
1.122
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:646
/controllers/front/ProductController.php:611 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (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` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 388 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` = 388 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.117
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 254 |
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` <= 218 AND c.`nright` >= 219 AND c.`nleft` >= 2 AND c.`nright` <= 363 ORDER BY `nleft` DESC |
1.107
ms
|
182 |
Yes
|
|
/classes/Category.php:1594
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1701 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 42 |
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` <= 223 AND c.`nright` >= 224 AND c.`nleft` >= 2 AND c.`nright` <= 363 ORDER BY `nleft` DESC |
1.096
ms
|
182 |
Yes
|
|
/classes/Category.php:1594
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1711 (getForProduct)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 242 |
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` = 10250
AND cp.`id_cart` = 0 AND cp.`id_product` = 587 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` = 10250
AND cp.`id_cart` = 0 AND p.`id_product_item` = 587 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.094
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5820 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 388 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.084
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 587 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` = 587 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.083
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 360 |
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` = 587
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.073
ms
|
9 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 306 |
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` = 5638
AND cp.`id_cart` = 0 AND cp.`id_product` = 388 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` = 5638
AND cp.`id_cart` = 0 AND p.`id_product_item` = 388 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.069
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5820 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 274 |
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` = 440 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` = 440 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:4361 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 179 |
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` = 283
AND pac.`id_product_attribute` = 2657
AND agl.`id_lang` = 1 |
1.065
ms
|
1 |
|
|
/classes/Product.php:7528
/modules/arseopro/arseopro.php:155 (getAttributesParams)
/modules/arseopro/arseopro.php:177 (getProductAnchor)
/modules/arseopro/arseopro.php:196 (assignAttributes)
/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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 279 |
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` = 440
AND pac.`id_product_attribute` = 6300
AND agl.`id_lang` = 1 |
1.063
ms
|
1 |
|
|
/classes/Product.php:7528
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 440 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.062
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 276 |
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` = 6300
AND cp.`id_cart` = 0 AND cp.`id_product` = 440 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` = 6300
AND cp.`id_cart` = 0 AND p.`id_product_item` = 440 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:4361 (getProductQuantity)
/classes/Product.php:5820 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 346 |
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` = 188
AND pac.`id_product_attribute` = 1492
AND agl.`id_lang` = 1 |
1.045
ms
|
1 |
|
|
/classes/Product.php:7528
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 183 |
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` = 283
AND pac.`id_product_attribute` = 2661
AND agl.`id_lang` = 1 |
1.041
ms
|
1 |
|
|
/classes/Product.php:7528
/modules/arseopro/arseopro.php:155 (getAttributesParams)
/modules/arseopro/arseopro.php:177 (getProductAnchor)
/modules/arseopro/arseopro.php:196 (assignAttributes)
/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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 343 |
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` = 1492
AND cp.`id_cart` = 0 AND cp.`id_product` = 188 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` = 1492
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188 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:4361 (getProductQuantity)
/classes/Product.php:5820 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 323 |
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` = 5061
AND cp.`id_cart` = 0 AND cp.`id_product` = 358 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` = 5061
AND cp.`id_cart` = 0 AND p.`id_product_item` = 358 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:4361 (getProductQuantity)
/classes/Product.php:5820 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 180 |
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` = 283
AND pac.`id_product_attribute` = 2658
AND agl.`id_lang` = 1 |
1.037
ms
|
1 |
|
|
/classes/Product.php:7528
/modules/arseopro/arseopro.php:155 (getAttributesParams)
/modules/arseopro/arseopro.php:177 (getProductAnchor)
/modules/arseopro/arseopro.php:196 (assignAttributes)
/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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 181 |
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` = 283
AND pac.`id_product_attribute` = 2659
AND agl.`id_lang` = 1 |
1.036
ms
|
1 |
|
|
/classes/Product.php:7528
/modules/arseopro/arseopro.php:155 (getAttributesParams)
/modules/arseopro/arseopro.php:177 (getProductAnchor)
/modules/arseopro/arseopro.php:196 (assignAttributes)
/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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 108 |
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` = 283
AND pac.`id_product_attribute` = 2662
AND agl.`id_lang` = 1 |
1.031
ms
|
1 |
|
|
/classes/Product.php:7528
/classes/Product.php:5868 (getAttributesParams)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 46 |
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` <= 225 AND c.`nright` >= 226 AND c.`nleft` >= 2 AND c.`nright` <= 363 ORDER BY `nleft` DESC |
1.028
ms
|
182 |
Yes
|
|
/classes/Category.php:1594
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1711 (getForProduct)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 245 |
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` = 587
AND pac.`id_product_attribute` = 10250
AND agl.`id_lang` = 1 |
1.027
ms
|
1 |
|
|
/classes/Product.php:7528
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 182 |
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` = 283
AND pac.`id_product_attribute` = 2660
AND agl.`id_lang` = 1 |
1.010
ms
|
1 |
|
|
/classes/Product.php:7528
/modules/arseopro/arseopro.php:155 (getAttributesParams)
/modules/arseopro/arseopro.php:177 (getProductAnchor)
/modules/arseopro/arseopro.php:196 (assignAttributes)
/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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE pra.text_answer
FROM `ps_bt_spr_product_reviews_answer` pra
WHERE (pra.`id_review` = 5438) AND (pra.`id_shop` = 1) LIMIT 1 |
1.008
ms
|
360 |
|
|
/modules/gsnippetsreviews/models/ReviewsAnswer.php:60
/modules/gsnippetsreviews/src/ReviewsUtils.php:741 (getAnswerForReview)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (283) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC |
0.976
ms
|
6 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:191 (loadCategories)
/modules/ps_googleanalytics/classes/Hook/HookDisplayFooterProduct.php:62 (prepareItemFromProduct)
/modules/ps_googleanalytics/ps_googleanalytics.php:120 (run)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 31 |
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` = 174
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.976
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:916
/controllers/front/ProductController.php:901 (getSubCategories)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 319) AND (a0.`nright` > 320) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.976
ms
|
23 |
Yes
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/ProductController.php:1346 (rewind)
/classes/controller/FrontController.php:1866 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`
FROM `ps_image` i
LEFT JOIN `ps_product_attribute_image` pai ON (i.`id_image` = pai.`id_image`)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute`=pai.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` pas ON (pac.`id_product_attribute` = pas.`id_product_attribute`)
WHERE pai.id_product_attribute= 5652 AND pac.`id_attribute` = 36 AND pas.`id_shop` = 1 AND pas.`id_product` = 388 ORDER by i.`position` LIMIT 1 |
0.975
ms
|
6 |
Yes
|
|
/modules/stminiatureattrimg/stminiatureattrimg.php:1055
/modules/stminiatureattrimg/stminiatureattrimg.php:1265 (_getFirstImageByIdAttribute)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps_product_attribute_combination` pac
INNER JOIN `ps_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE pa.id_product = 388
AND pac.id_attribute IN (24,35)
GROUP BY pac.`id_product_attribute`
HAVING COUNT(pa.id_product) = 2 LIMIT 1 |
0.968
ms
|
23 |
|
|
/classes/Product.php:7622
/modules/stminiatureattrimg/stminiatureattrimg.php:1176 (getIdProductAttributeByIdAttributes)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 355 |
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`=2 AND sec.`module` = "strelatedproducts" AND sec.`module_align` = 1
ORDER BY sec.`position` LIMIT 0, 50 |
0.965
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:343
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3926 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayModuleCustomContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/modules/stthemeeditor/classes/BaseProductsSlider.php:622 (exec)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3 |
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` = 283) LIMIT 1 |
0.957
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/arseopro/classes/url/ArSeoProURLProduct.php:195 (__construct)
/modules/arseopro/classes/ArSeoProUrls.php:580 (preDispatch)
/override/classes/Dispatcher.php:188 (preDispatch)
/classes/Dispatcher.php:346 (getController)
/index.php:28 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps_product_attribute_combination` pac
INNER JOIN `ps_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE pa.id_product = 388
AND pac.id_attribute IN (24,36)
GROUP BY pac.`id_product_attribute`
HAVING COUNT(pa.id_product) = 2 LIMIT 1 |
0.954
ms
|
23 |
|
|
/classes/Product.php:7622
/modules/stminiatureattrimg/stminiatureattrimg.php:1259 (getIdProductAttributeByIdAttributes)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 587 AND `id_shop` = 1 |
0.948
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/strelatedproducts/strelatedproducts.php:315 (__construct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 178 |
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` = 283
AND pac.`id_product_attribute` = 2656
AND agl.`id_lang` = 1 |
0.943
ms
|
1 |
|
|
/classes/Product.php:7528
/modules/arseopro/arseopro.php:155 (getAttributesParams)
/modules/arseopro/arseopro.php:177 (getProductAnchor)
/modules/arseopro/arseopro.php:196 (assignAttributes)
/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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.941
ms
|
12 |
|
|
/classes/CartRule.php:423
/classes/Cart.php:3072 (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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/85/e1/a3/85e1a39855cc2082f8900e950dfb87cbf01421bd_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168e205a8_20554002)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/89/e8/7b/89e87b3cce269fffa0a21d133589a51d05e7b87d_2.file.head.tpl.php:394 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/89/e8/7b/89e87b3cce269fffa0a21d133589a51d05e7b87d_2.file.head.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168deefa7_05569067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 265 |
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` = 440) AND (b.`id_shop` = 1) LIMIT 1 |
0.940
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:298 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (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` = 388) AND (b.`id_shop` = 1) LIMIT 1 |
0.933
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:298 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE pra.text_answer
FROM `ps_bt_spr_product_reviews_answer` pra
WHERE (pra.`id_review` = 502) AND (pra.`id_shop` = 1) LIMIT 1 |
0.930
ms
|
360 |
|
|
/modules/gsnippetsreviews/models/ReviewsAnswer.php:60
/modules/gsnippetsreviews/src/ReviewsUtils.php:381 (getAnswerForReview)
/modules/gsnippetsreviews/src/ReviewsUtils.php:730 (getBattle)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 231 |
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` = 587) AND (b.`id_shop` = 1) LIMIT 1 |
0.930
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:298 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE pra.text_answer
FROM `ps_bt_spr_product_reviews_answer` pra
WHERE (pra.`id_review` = 5559) AND (pra.`id_shop` = 1) LIMIT 1 |
0.921
ms
|
360 |
|
|
/modules/gsnippetsreviews/models/ReviewsAnswer.php:60
/modules/gsnippetsreviews/src/ReviewsUtils.php:741 (getAnswerForReview)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 288 |
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` = 388) LIMIT 1 |
0.917
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/strelatedproducts/strelatedproducts.php:315 (__construct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 354 |
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 (1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 3282) AND il.`id_lang` = 1 ORDER by i.`position` |
0.908
ms
|
11 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/strelatedproducts/strelatedproducts.php:324 (present)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 312 |
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` = 388
ORDER BY `position` |
0.905
ms
|
13 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:5426
/modules/stthemeeditor/stthemeeditor.php:5401 (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:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 6 |
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` = 283) AND (b.`id_shop` = 1) LIMIT 1 |
0.903
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE pra.text_answer
FROM `ps_bt_spr_product_reviews_answer` pra
WHERE (pra.`id_review` = 5914) AND (pra.`id_shop` = 1) LIMIT 1 |
0.903
ms
|
360 |
|
|
/modules/gsnippetsreviews/models/ReviewsAnswer.php:60
/modules/gsnippetsreviews/src/ReviewsUtils.php:385 (getAnswerForReview)
/modules/gsnippetsreviews/src/ReviewsUtils.php:730 (getBattle)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 246 |
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` = 10250) LIMIT 1 |
0.903
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE pra.text_answer
FROM `ps_bt_spr_product_reviews_answer` pra
WHERE (pra.`id_review` = 5836) AND (pra.`id_shop` = 1) LIMIT 1 |
0.892
ms
|
360 |
|
|
/modules/gsnippetsreviews/models/ReviewsAnswer.php:60
/modules/gsnippetsreviews/src/ReviewsUtils.php:741 (getAnswerForReview)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps_product_attribute_combination` pac
INNER JOIN `ps_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE pa.id_product = 587
AND pac.id_attribute IN (28)
GROUP BY pac.`id_product_attribute`
HAVING COUNT(pa.id_product) = 1 LIMIT 1 |
0.892
ms
|
9 |
|
|
/classes/Product.php:7622
/modules/stminiatureattrimg/stminiatureattrimg.php:1176 (getIdProductAttributeByIdAttributes)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`
FROM `ps_image` i
LEFT JOIN `ps_product_attribute_image` pai ON (i.`id_image` = pai.`id_image`)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute`=pai.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` pas ON (pac.`id_product_attribute` = pas.`id_product_attribute`)
WHERE pai.id_product_attribute= 5654 AND pac.`id_attribute` = 36 AND pas.`id_shop` = 1 AND pas.`id_product` = 388 ORDER by i.`position` LIMIT 1 |
0.892
ms
|
6 |
Yes
|
|
/modules/stminiatureattrimg/stminiatureattrimg.php:1055
/modules/stminiatureattrimg/stminiatureattrimg.php:1265 (_getFirstImageByIdAttribute)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 282 |
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` = 440
ORDER BY `position` |
0.874
ms
|
6 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:5426
/modules/stthemeeditor/stthemeeditor.php:5401 (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:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`
FROM `ps_image` i
LEFT JOIN `ps_product_attribute_image` pai ON (i.`id_image` = pai.`id_image`)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute`=pai.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` pas ON (pac.`id_product_attribute` = pas.`id_product_attribute`)
WHERE pai.id_product_attribute= 5655 AND pac.`id_attribute` = 36 AND pas.`id_shop` = 1 AND pas.`id_product` = 388 ORDER by i.`position` LIMIT 1 |
0.873
ms
|
6 |
Yes
|
|
/modules/stminiatureattrimg/stminiatureattrimg.php:1055
/modules/stminiatureattrimg/stminiatureattrimg.php:1265 (_getFirstImageByIdAttribute)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps_product_attribute_combination` pac
INNER JOIN `ps_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE pa.id_product = 440
AND pac.id_attribute IN (23)
GROUP BY pac.`id_product_attribute`
HAVING COUNT(pa.id_product) = 1 LIMIT 1 |
0.866
ms
|
11 |
|
|
/classes/Product.php:7622
/modules/stminiatureattrimg/stminiatureattrimg.php:1176 (getIdProductAttributeByIdAttributes)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 174 |
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` = 283
AND pac.`id_product_attribute` = 2652
AND agl.`id_lang` = 1 |
0.865
ms
|
1 |
|
|
/classes/Product.php:7528
/modules/arseopro/arseopro.php:155 (getAttributesParams)
/modules/arseopro/arseopro.php:177 (getProductAnchor)
/modules/arseopro/arseopro.php:196 (assignAttributes)
/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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps_product_attribute_combination` pac
INNER JOIN `ps_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE pa.id_product = 188
AND pac.id_attribute IN (23)
GROUP BY pac.`id_product_attribute`
HAVING COUNT(pa.id_product) = 1 LIMIT 1 |
0.864
ms
|
11 |
|
|
/classes/Product.php:7622
/modules/stminiatureattrimg/stminiatureattrimg.php:1176 (getIdProductAttributeByIdAttributes)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`
FROM `ps_image` i
LEFT JOIN `ps_product_attribute_image` pai ON (i.`id_image` = pai.`id_image`)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute`=pai.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` pas ON (pac.`id_product_attribute` = pas.`id_product_attribute`)
WHERE pai.id_product_attribute= 5638 AND pac.`id_attribute` = 35 AND pas.`id_shop` = 1 AND pas.`id_product` = 388 ORDER by i.`position` LIMIT 1 |
0.862
ms
|
6 |
Yes
|
|
/modules/stminiatureattrimg/stminiatureattrimg.php:1055
/modules/stminiatureattrimg/stminiatureattrimg.php:1187 (_getFirstImageByIdAttribute)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 325 |
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` = 188) LIMIT 1 |
0.850
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/strelatedproducts/strelatedproducts.php:315 (__construct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`
FROM `ps_image` i
LEFT JOIN `ps_product_attribute_image` pai ON (i.`id_image` = pai.`id_image`)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute`=pai.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` pas ON (pac.`id_product_attribute` = pas.`id_product_attribute`)
WHERE pai.id_product_attribute= 5653 AND pac.`id_attribute` = 36 AND pas.`id_shop` = 1 AND pas.`id_product` = 388 ORDER by i.`position` LIMIT 1 |
0.849
ms
|
6 |
Yes
|
|
/modules/stminiatureattrimg/stminiatureattrimg.php:1055
/modules/stminiatureattrimg/stminiatureattrimg.php:1265 (_getFirstImageByIdAttribute)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 357 |
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`=2 AND sec.`module` = "strelatedproducts" AND (sec.`module_align` >10 AND sec.`module_align` <23)
ORDER BY sec.`position` LIMIT 1 |
0.847
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:343
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3926 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayModuleCustomContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/modules/stthemeeditor/classes/BaseProductsSlider.php:622 (exec)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 248 |
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` = 587
ORDER BY `position` |
0.845
ms
|
6 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:5426
/modules/stthemeeditor/stthemeeditor.php:5401 (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:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 287 |
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 (6295, 6296, 6297, 6298, 6299, 6300, 6301, 6302, 6303, 6304, 6305) AND il.`id_lang` = 1 ORDER by i.`position` |
0.844
ms
|
11 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/strelatedproducts/strelatedproducts.php:324 (present)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`
FROM `ps_image` i
LEFT JOIN `ps_product_attribute_image` pai ON (i.`id_image` = pai.`id_image`)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute`=pai.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` pas ON (pac.`id_product_attribute` = pas.`id_product_attribute`)
WHERE pai.id_product_attribute= 5656 AND pac.`id_attribute` = 36 AND pas.`id_shop` = 1 AND pas.`id_product` = 388 ORDER by i.`position` LIMIT 1 |
0.835
ms
|
6 |
Yes
|
|
/modules/stminiatureattrimg/stminiatureattrimg.php:1055
/modules/stminiatureattrimg/stminiatureattrimg.php:1265 (_getFirstImageByIdAttribute)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 30970 LIMIT 1 |
0.834
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE a.`id_product_2`
FROM `ps_accessory` a
INNER JOIN `ps_product` p ON (p.`id_product`= a.`id_product_2`)
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_lang` pl ON (p.`id_product`= pl.`id_product` AND pl.`id_lang`=1)
WHERE a.`id_product_1` = 283
ORDER BY p.date_add DESC |
0.834
ms
|
1 |
Yes
|
|
/modules/strelatedproducts/strelatedproducts.php:212
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.833
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:570 (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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/85/e1/a3/85e1a39855cc2082f8900e950dfb87cbf01421bd_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168e205a8_20554002)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/89/e8/7b/89e87b3cce269fffa0a21d133589a51d05e7b87d_2.file.head.tpl.php:394 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/89/e8/7b/89e87b3cce269fffa0a21d133589a51d05e7b87d_2.file.head.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168deefa7_05569067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 258 |
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` = 440) LIMIT 1 |
0.832
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/strelatedproducts/strelatedproducts.php:315 (__construct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`
FROM `ps_image` i
LEFT JOIN `ps_product_attribute_image` pai ON (i.`id_image` = pai.`id_image`)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute`=pai.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` pas ON (pac.`id_product_attribute` = pas.`id_product_attribute`)
WHERE pai.id_product_attribute= 5657 AND pac.`id_attribute` = 36 AND pas.`id_shop` = 1 AND pas.`id_product` = 388 ORDER by i.`position` LIMIT 1 |
0.831
ms
|
6 |
Yes
|
|
/modules/stminiatureattrimg/stminiatureattrimg.php:1055
/modules/stminiatureattrimg/stminiatureattrimg.php:1265 (_getFirstImageByIdAttribute)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 111 |
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` = 283
ORDER BY `position` |
0.827
ms
|
7 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:100 (__construct)
/controllers/front/ProductController.php:1246 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`
FROM `ps_image` i
LEFT JOIN `ps_product_attribute_image` pai ON (i.`id_image` = pai.`id_image`)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute`=pai.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` pas ON (pac.`id_product_attribute` = pas.`id_product_attribute`)
WHERE pai.id_product_attribute= 5648 AND pac.`id_attribute` = 36 AND pas.`id_shop` = 1 AND pas.`id_product` = 388 ORDER by i.`position` LIMIT 1 |
0.827
ms
|
6 |
Yes
|
|
/modules/stminiatureattrimg/stminiatureattrimg.php:1055
/modules/stminiatureattrimg/stminiatureattrimg.php:1265 (_getFirstImageByIdAttribute)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 300 |
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` = 388) |
0.820
ms
|
23 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`
FROM `ps_image` i
LEFT JOIN `ps_product_attribute_image` pai ON (i.`id_image` = pai.`id_image`)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute`=pai.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` pas ON (pac.`id_product_attribute` = pas.`id_product_attribute`)
WHERE pai.id_product_attribute= 5649 AND pac.`id_attribute` = 36 AND pas.`id_shop` = 1 AND pas.`id_product` = 388 ORDER by i.`position` LIMIT 1 |
0.820
ms
|
6 |
Yes
|
|
/modules/stminiatureattrimg/stminiatureattrimg.php:1055
/modules/stminiatureattrimg/stminiatureattrimg.php:1265 (_getFirstImageByIdAttribute)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 356 |
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`=2 AND sec.`module` = "strelatedproducts" AND sec.`module_align` = 2
ORDER BY sec.`position` LIMIT 0, 50 |
0.819
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:343
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3926 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayModuleCustomContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/modules/stthemeeditor/classes/BaseProductsSlider.php:622 (exec)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 441 |
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('9', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
0.817
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ObjectModel.php:576 (add)
/classes/Guest.php:251 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:679 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:233 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 224 |
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` = 587) LIMIT 1 |
0.814
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/strelatedproducts/strelatedproducts.php:315 (__construct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 113 |
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 (2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662) AND il.`id_lang` = 1 ORDER by i.`position` |
0.813
ms
|
11 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:100 (__construct)
/controllers/front/ProductController.php:1246 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 358 |
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`=2 AND sec.`module` = "strelatedproducts" AND (sec.`module_align` >30 AND sec.`module_align` <43)
ORDER BY sec.`position` LIMIT 1 |
0.813
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:343
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3926 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayModuleCustomContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/modules/stthemeeditor/classes/BaseProductsSlider.php:622 (exec)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 2662
ORDER BY ag.`position` ASC, a.`position` ASC |
0.795
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Hook/HookDisplayFooterProduct.php:62 (prepareItemFromProduct)
/modules/ps_googleanalytics/ps_googleanalytics.php:120 (run)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 388 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.792
ms
|
13 |
Yes
|
|
/classes/Image.php:284
/modules/sthoverimage/sthoverimage.php:445 (getImages)
/modules/sthoverimage/sthoverimage.php:327 (getHoverImageByProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE mai.`id_attributes`
FROM `ps_st_miniature_attr_img` mai
LEFT JOIN `ps_st_miniature_attr_img_object` maio ON mai.`id_st_miniature_attr_img`=maio.`id_st_miniature_attr_img`
WHERE mai.`id_shop` = 1
AND mai.`active` = 1
AND (mai.`page`="all" || (maio.`id_object` IN (174,2) AND (mai.`page` = "category")) || (maio.`id_object` IN (9) AND (mai.`page` = "manufacturer"))) |
0.784
ms
|
1 |
|
|
/modules/stminiatureattrimg/classes/StMiniatureAttrImgClass.php:60
/modules/stminiatureattrimg/stminiatureattrimg.php:1111 (getAttrGroup)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:458 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 15 |
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` = 283) |
0.782
ms
|
11 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 349 |
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` = 188
ORDER BY `position` |
0.780
ms
|
4 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:5426
/modules/stthemeeditor/stthemeeditor.php:5401 (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:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 257 |
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 (10245, 10246, 10247, 10248, 10249, 10250, 10251, 10252, 10253) AND il.`id_lang` = 1 ORDER by i.`position` |
0.767
ms
|
9 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/strelatedproducts/strelatedproducts.php:324 (present)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE t.*
FROM `ps_arseopro_meta` t
LEFT JOIN `ps_arseopro_meta_rel` `mr` ON t.id_rule = mr.id_rule
WHERE (mr.rel_object IN (0, '283') AND t.id_lang IN(0, 1) AND t.rule_type = 'product' AND t.status = 1) LIMIT 1 |
0.766
ms
|
1 |
|
|
/modules/arseopro/classes/meta/models/ArSeoProMetaTable.php:127
/modules/arseopro/arseopro.php:239 (getRowByRelation)
/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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 587) |
0.765
ms
|
9 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 172 |
INSERT INTO `ps_log` (`severity`, `error_code`, `message`, `object_id`, `id_shop`, `id_shop_group`, `id_lang`, `in_all_shops`, `id_employee`, `object_type`, `date_add`, `date_upd`) VALUES ('3', '0', 'Backward compatibility for this method couldn\'t be handled. Use $this->registerJavascript() instead', '0', '1', NULL, '1', '0', '0', '', '2026-08-13 02:55:04', '2026-08-13 02:55:04') |
0.764
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/PrestaShopLogger.php:177 (add)
/classes/Tools.php:2997 (addLog)
/classes/Tools.php:2965 (throwDeprecated)
/classes/controller/FrontController.php:2138 (displayAsDeprecated)
/classes/controller/FrontController.php:1210 (getAssetUriFromLegacyDeprecatedMethod)
/modules/stblogarchives/stblogarchives.php:148 (addJS)
/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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 294 |
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` = 388
AND image_shop.`cover` = 1 LIMIT 1 |
0.763
ms
|
13 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 440 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.761
ms
|
6 |
Yes
|
|
/classes/Image.php:284
/modules/sthoverimage/sthoverimage.php:445 (getImages)
/modules/sthoverimage/sthoverimage.php:327 (getHoverImageByProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE pa.`id_product_attribute`
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` = 283
ORDER BY product_attribute_shop.`price` DESC LIMIT 1 |
0.757
ms
|
11 |
Yes
|
|
/classes/Product.php:4223
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:376 (getIdProductAttributeMostExpensive)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:584 (_getCartTotalForReward)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:526 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:901 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:890 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/6d/b3/0b/6db30b501da5023b61043081a009eeb6d14d9fa6_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6dd2057_73987218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/2a/90/75/2a907535bd1f4ea4d1cab5bfa2ea2639e1bb2158_2.file.product-buy.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/2a/90/75/2a907535bd1f4ea4d1cab5bfa2ea2639e1bb2158_2.file.product-buy.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/2a/90/75/2a907535bd1f4ea4d1cab5bfa2ea2639e1bb2158_2.file.product-buy.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6d85041_62043494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 347 |
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` = 1492) LIMIT 1 |
0.750
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 174) AND (b.`id_shop` = 1) LIMIT 1 |
0.739
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/ProductController.php:303 (__construct)
/controllers/front/ProductController.php:170 (initializeCategory)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 587 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.738
ms
|
6 |
Yes
|
|
/classes/Image.php:284
/modules/sthoverimage/sthoverimage.php:445 (getImages)
/modules/sthoverimage/sthoverimage.php:327 (getHoverImageByProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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 product_attribute_shop.default_on = 1 AND pa.id_product = 388 LIMIT 1 |
0.738
ms
|
23 |
|
|
/classes/Product.php:1121
/modules/strelatedproducts/strelatedproducts.php:328 (getDefaultAttribute)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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 product_attribute_shop.default_on = 1 AND pa.id_product = 587 LIMIT 1 |
0.732
ms
|
9 |
|
|
/classes/Product.php:1121
/modules/strelatedproducts/strelatedproducts.php:328 (getDefaultAttribute)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 331 |
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` = 188
AND image_shop.`cover` = 1 LIMIT 1 |
0.725
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 270 |
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` = 440) |
0.724
ms
|
11 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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 product_attribute_shop.default_on = 1 AND pa.id_product = 595 LIMIT 1 |
0.722
ms
|
3 |
|
|
/classes/Product.php:1121
/modules/strelatedproducts/strelatedproducts.php:328 (getDefaultAttribute)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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 = 283 LIMIT 1 |
0.719
ms
|
11 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 310 |
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` = 5638) 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:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 230 |
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` = 587
AND image_shop.`cover` = 1 LIMIT 1 |
0.709
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 595 AND ctg.`id_group` = 1 LIMIT 1 |
0.707
ms
|
4 |
|
|
/classes/Product.php:6747
/classes/Product.php:6728 (checkAccessStatic)
/modules/strelatedproducts/strelatedproducts.php:316 (checkAccess)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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 product_attribute_shop.default_on = 1 AND pa.id_product = 283 LIMIT 1 |
0.699
ms
|
11 |
|
|
/classes/Product.php:1121
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 101 |
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` = 283
AND image_shop.`cover` = 1 LIMIT 1 |
0.696
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 264 |
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` = 440
AND image_shop.`cover` = 1 LIMIT 1 |
0.695
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5645) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.693
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 280 |
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` = 6300) LIMIT 1 |
0.691
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
0.689
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:708 (__construct)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 109 |
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` = 2662) LIMIT 1 |
0.689
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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 product_attribute_shop.default_on = 1 AND pa.id_product = 440 LIMIT 1 |
0.687
ms
|
11 |
|
|
/classes/Product.php:1121
/modules/strelatedproducts/strelatedproducts.php:328 (getDefaultAttribute)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 358 AND ctg.`id_group` = 1 LIMIT 1 |
0.672
ms
|
4 |
|
|
/classes/Product.php:6747
/classes/Product.php:6728 (checkAccessStatic)
/modules/strelatedproducts/strelatedproducts.php:316 (checkAccess)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 388 AND `id_shop` = 1 |
0.671
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/strelatedproducts/strelatedproducts.php:315 (__construct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 188 AND `id_shop` = 1 |
0.662
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/strelatedproducts/strelatedproducts.php:315 (__construct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 188 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.661
ms
|
4 |
Yes
|
|
/classes/Image.php:284
/modules/sthoverimage/sthoverimage.php:445 (getImages)
/modules/sthoverimage/sthoverimage.php:327 (getHoverImageByProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
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)
WHERE p.id_product = 283
AND DATEDIFF("2026-08-13 00:00:00", product_shop.`date_add`) < 90 LIMIT 1 |
0.660
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 388 AND ctg.`id_group` = 1 LIMIT 1 |
0.659
ms
|
5 |
|
|
/classes/Product.php:6747
/classes/Product.php:6728 (checkAccessStatic)
/modules/strelatedproducts/strelatedproducts.php:316 (checkAccess)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 283 AND `id_cart` = 0 AND `id_product_attribute` = 0 LIMIT 1 |
0.657
ms
|
1 |
|
|
/modules/allinone_rewards/models/RewardsModel.php:186
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:578 (isDiscountedProduct)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:526 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:901 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:890 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/6d/b3/0b/6db30b501da5023b61043081a009eeb6d14d9fa6_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6dd2057_73987218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/2a/90/75/2a907535bd1f4ea4d1cab5bfa2ea2639e1bb2158_2.file.product-buy.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/2a/90/75/2a907535bd1f4ea4d1cab5bfa2ea2639e1bb2158_2.file.product-buy.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/2a/90/75/2a907535bd1f4ea4d1cab5bfa2ea2639e1bb2158_2.file.product-buy.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6d85041_62043494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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 = 595 LIMIT 1 |
0.657
ms
|
3 |
|
|
/classes/Product.php:1106
/modules/strelatedproducts/strelatedproducts.php:328 (getDefaultAttribute)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 283 AND `id_shop` = 1 |
0.655
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/arseopro/classes/url/ArSeoProURLProduct.php:195 (__construct)
/modules/arseopro/classes/ArSeoProUrls.php:580 (preDispatch)
/override/classes/Dispatcher.php:188 (preDispatch)
/classes/Dispatcher.php:346 (getController)
/index.php:28 (dispatch)
|
| 223 |
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=9)) OR (location = 2 AND (id_category = 0 OR id_category IN(9,62,142,174))) OR (location = 1 AND (id_products LIKE "%,595,%"))) |
0.654
ms
|
1 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:182
/modules/ststickers/ststickers.php:1701 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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 product_attribute_shop.default_on = 1 AND pa.id_product = 358 LIMIT 1 |
0.654
ms
|
4 |
|
|
/classes/Product.php:1121
/modules/strelatedproducts/strelatedproducts.php:328 (getDefaultAttribute)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 440) AND (id_product_attribute = 6303) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.654
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE pa.id_product_attribute
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` = 283 |
0.651
ms
|
11 |
|
|
/classes/Product.php:7504
/classes/Product.php:7588 (getProductAttributesIds)
/controllers/front/ProductController.php:85 (hasCombinations)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1 |
0.651
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:159 (__construct)
/modules/ststickers/ststickers.php:1701 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 440 AND `id_shop` = 1 |
0.645
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/strelatedproducts/strelatedproducts.php:315 (__construct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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 product_attribute_shop.default_on = 1 AND pa.id_product = 188 LIMIT 1 |
0.644
ms
|
11 |
|
|
/classes/Product.php:1121
/modules/strelatedproducts/strelatedproducts.php:328 (getDefaultAttribute)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=283 |
0.633
ms
|
12 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 251 |
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` = 60) LIMIT 1 |
0.633
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:159 (__construct)
/modules/ststickers/ststickers.php:1701 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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 = 358 LIMIT 1 |
0.631
ms
|
4 |
|
|
/classes/Product.php:1106
/modules/strelatedproducts/strelatedproducts.php:328 (getDefaultAttribute)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE *
FROM `ps_pscheckout_funding_source`
WHERE (active = 1) AND (id_shop = 1)
ORDER BY position ASC |
0.619
ms
|
13 |
Yes
|
|
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/FundingSourceRepository.php:86
/modules/ps_checkout/vendor/invertus/presentation/src/Presenter/FundingSource/FundingSourcePresenter.php:88 (getAllActiveForSpecificShop)
/modules/ps_checkout/vendor/invertus/presentation/src/Presenter/Settings/Front/Modules/PayPalModule.php:124 (getAllActiveForSpecificShop)
/modules/ps_checkout/vendor/invertus/presentation/src/Presenter/Settings/Front/FrontSettingsPresenter.php:51 (present)
/modules/ps_checkout/ps_checkout.php:357 (present)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 188) AND (id_product_attribute = 1493) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.614
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 106 |
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` = 283 AND pa.`id_product` = 283 AND pa.`id_product_attribute` = 2662 LIMIT 1 |
0.613
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5828 (getAvailableDate)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 32505) LIMIT 1 |
0.613
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:260 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 188 AND ctg.`id_group` = 1 LIMIT 1 |
0.613
ms
|
5 |
|
|
/classes/Product.php:6747
/classes/Product.php:6728 (checkAccessStatic)
/modules/strelatedproducts/strelatedproducts.php:316 (checkAccess)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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 = 188 LIMIT 1 |
0.607
ms
|
11 |
|
|
/classes/Product.php:1106
/modules/strelatedproducts/strelatedproducts.php:328 (getDefaultAttribute)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 315 |
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=9)) OR (location = 2 AND (id_category = 0 OR id_category IN(59,86,174,198,199))) OR (location = 1 AND (id_products LIKE "%,388,%"))) |
0.605
ms
|
1 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:182
/modules/ststickers/ststickers.php:1701 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 198 AND `id_shop` = 1 |
0.603
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:159 (__construct)
/modules/ststickers/ststickers.php:1711 (getForProduct)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 324 |
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=9)) OR (location = 2 AND (id_category = 0 OR id_category IN(59,86,174,176))) OR (location = 1 AND (id_products LIKE "%,358,%"))) |
0.603
ms
|
1 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:182
/modules/ststickers/ststickers.php:1701 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 39 |
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` = 198) 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)
/modules/ststickers/classes/StStickersMapClass.php:159 (__construct)
/modules/ststickers/ststickers.php:1711 (getForProduct)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE product_shop.`id_category_default`
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)
WHERE p.`id_product` = 283 LIMIT 1 |
0.599
ms
|
1 |
|
|
/modules/strelatedproducts/strelatedproducts.php:247
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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 = 388 LIMIT 1 |
0.599
ms
|
23 |
|
|
/classes/Product.php:1106
/modules/strelatedproducts/strelatedproducts.php:328 (getDefaultAttribute)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 440) AND (id_product_attribute = 6295) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.596
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 440) AND (id_product_attribute = 6302) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.595
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 199 AND `id_shop` = 1 |
0.594
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:159 (__construct)
/modules/ststickers/ststickers.php:1711 (getForProduct)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 283 AND ctg.`id_group` = 1 LIMIT 1 |
0.592
ms
|
6 |
|
|
/classes/Product.php:6747
/classes/Product.php:6728 (checkAccessStatic)
/controllers/front/ProductController.php:265 (checkAccess)
/controllers/front/ProductController.php:167 (checkPermissionsToViewProduct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE cp.`id_product` as id
FROM `ps_category_product` cp
WHERE cp.`id_category` = 0
ORDER BY `position` ASC |
0.590
ms
|
1 |
|
|
/classes/Category.php:2056
/modules/arseopro/classes/ArSeoProCanonical.php:237 (getProductsWs)
/modules/arseopro/arseopro.php:267 (getCanonicalData)
/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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 255 |
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=9)) OR (location = 2 AND (id_category = 0 OR id_category IN(59,60,86,174,198,199))) OR (location = 1 AND (id_products LIKE "%,587,%"))) |
0.585
ms
|
1 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:182
/modules/ststickers/ststickers.php:1701 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5642) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.584
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5644) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.584
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 37500) LIMIT 1 |
0.582
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/order/Order.php:284 (__construct)
/override/classes/order/Order.php:28 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:261 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 232 |
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` = 10250 LIMIT 1 |
0.582
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 243 |
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` = 587 AND pa.`id_product` = 587 AND pa.`id_product_attribute` = 10250 LIMIT 1 |
0.579
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5828 (getAvailableDate)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 277 |
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` = 440 AND pa.`id_product` = 440 AND pa.`id_product_attribute` = 6300 LIMIT 1 |
0.579
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5828 (getAvailableDate)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 307 |
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` = 388 AND pa.`id_product` = 388 AND pa.`id_product_attribute` = 5638 LIMIT 1 |
0.577
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5828 (getAvailableDate)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 188 |
0.576
ms
|
5 |
|
|
/classes/Product.php:3420
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:155 (getCategories)
/modules/ststickers/ststickers.php:1701 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (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` = 5638 LIMIT 1 |
0.573
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 285 |
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=9)) OR (location = 2 AND (id_category = 0 OR id_category IN(59,60,86,174,198,199))) OR (location = 1 AND (id_products LIKE "%,440,%"))) |
0.572
ms
|
1 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:182
/modules/ststickers/ststickers.php:1701 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5657) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.572
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE *
FROM `ps_pscheckout_funding_source`
WHERE (id_shop = 1)
ORDER BY position ASC |
0.571
ms
|
13 |
Yes
|
|
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/FundingSourceRepository.php:69
/modules/ps_checkout/vendor/invertus/presentation/src/Presenter/FundingSource/FundingSourcePresenter.php:73 (getAllForSpecificShop)
/modules/ps_checkout/vendor/invertus/core/src/Settings/Configuration/PayPalSdkConfiguration.php:313 (getAllForSpecificShop)
/modules/ps_checkout/vendor/invertus/core/src/Settings/Configuration/PayPalSdkConfiguration.php:197 (getFundingSourcesDisabled)
/modules/ps_checkout/vendor/invertus/presentation/src/Presenter/Settings/Front/Modules/ConfigurationModule.php:121 (buildConfiguration)
/modules/ps_checkout/vendor/invertus/presentation/src/Presenter/Settings/Front/FrontSettingsPresenter.php:51 (present)
/modules/ps_checkout/ps_checkout.php:357 (present)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 587 AND ctg.`id_group` = 1 LIMIT 1 |
0.568
ms
|
6 |
|
|
/classes/Product.php:6747
/classes/Product.php:6728 (checkAccessStatic)
/modules/strelatedproducts/strelatedproducts.php:316 (checkAccess)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.564
ms
|
1 |
|
|
/classes/Cart.php:1300
/src/Adapter/Presenter/Cart/CartLazyArray.php:300 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProductsCount)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/52/33/2e/52332e14d92f82d3c12217bc32b7318ae730bb0c_2.module.stshoppingcartviewstemplateshookstshoppingcart.tpl.php:42 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d115b39fd03_96474205)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/90/d7/b5/90d7b511405b52c0d0ec5906b62db52ef8240d4f_2.file.header.tpl.php:296 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/90/d7/b5/90d7b511405b52c0d0ec5906b62db52ef8240d4f_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168e87354_81598166)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:334 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5643) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.563
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 344 |
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` = 188 AND pa.`id_product` = 188 AND pa.`id_product_attribute` = 1492 LIMIT 1 |
0.563
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5828 (getAvailableDate)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 9) LIMIT 1 |
0.562
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/controllers/front/ProductController.php:438 (__construct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 440 |
0.560
ms
|
11 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/strelatedproducts/strelatedproducts.php:324 (present)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5640) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.560
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 253 |
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` = 60 LIMIT 1 |
0.559
ms
|
1 |
|
|
/classes/Category.php:1584
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1701 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 388 |
0.559
ms
|
5 |
|
|
/classes/Product.php:3420
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:155 (getCategories)
/modules/ststickers/ststickers.php:1701 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 333 |
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` = 1492 LIMIT 1 |
0.554
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 43 |
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` = 199) LIMIT 1 |
0.553
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:159 (__construct)
/modules/ststickers/ststickers.php:1711 (getForProduct)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 587 |
0.553
ms
|
6 |
|
|
/classes/Product.php:3420
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:155 (getCategories)
/modules/ststickers/ststickers.php:1701 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa
WHERE pa.`id_product` = 283 |
0.552
ms
|
11 |
|
|
/classes/Product.php:7504
/modules/arseopro/arseopro.php:171 (getProductAttributesIds)
/modules/arseopro/arseopro.php:196 (assignAttributes)
/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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 283) AND (id_product_attribute = 2658) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.551
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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6c207c3_48558805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:475 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6bf16d3_87387669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:199 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:231 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:265 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 6300 |
0.550
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 188) AND (id_product_attribute = 1500) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.550
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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 = 587 LIMIT 1 |
0.549
ms
|
9 |
|
|
/classes/Product.php:1106
/modules/strelatedproducts/strelatedproducts.php:328 (getDefaultAttribute)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5647) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.549
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 283) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.547
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7878 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 102 |
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` = 2662 LIMIT 1 |
0.547
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5689 (getPrice)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 283 AND `id_cart` = 0 AND `id_product_attribute` = 2652 LIMIT 1 |
0.547
ms
|
1 |
|
|
/modules/allinone_rewards/models/RewardsModel.php:186
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:394 (isDiscountedProduct)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:584 (_getCartTotalForReward)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:526 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:901 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:890 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/6d/b3/0b/6db30b501da5023b61043081a009eeb6d14d9fa6_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6dd2057_73987218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/2a/90/75/2a907535bd1f4ea4d1cab5bfa2ea2639e1bb2158_2.file.product-buy.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/2a/90/75/2a907535bd1f4ea4d1cab5bfa2ea2639e1bb2158_2.file.product-buy.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/2a/90/75/2a907535bd1f4ea4d1cab5bfa2ea2639e1bb2158_2.file.product-buy.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6d85041_62043494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 188 |
0.546
ms
|
11 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/strelatedproducts/strelatedproducts.php:324 (present)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 440) AND (id_product_attribute = 6304) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.545
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 388 |
0.544
ms
|
23 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/strelatedproducts/strelatedproducts.php:324 (present)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 440) AND (id_product_attribute = 6305) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.543
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 47 |
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=9)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,59,86,174,198,199))) OR (location = 1 AND (id_products LIKE "%,283,%"))) |
0.542
ms
|
1 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:182
/modules/ststickers/ststickers.php:1711 (getForProduct)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 587 |
0.542
ms
|
9 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/strelatedproducts/strelatedproducts.php:324 (present)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5650) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.541
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 283) AND (id_product_attribute = 2659) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.540
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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6c207c3_48558805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:475 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6bf16d3_87387669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:199 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:231 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:265 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5639) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.539
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 440) AND (id_product_attribute = 6298) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.538
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 440) AND (id_product_attribute = 6301) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.538
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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 = 440 LIMIT 1 |
0.535
ms
|
11 |
|
|
/classes/Product.php:1106
/modules/strelatedproducts/strelatedproducts.php:328 (getDefaultAttribute)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5648) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.535
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5656) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.535
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 283 |
0.534
ms
|
6 |
|
|
/classes/Product.php:3420
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:155 (getCategories)
/modules/ststickers/ststickers.php:1711 (getForProduct)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 587 LIMIT 1 |
0.534
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 352 |
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=9)) OR (location = 2 AND (id_category = 0 OR id_category IN(59,86,174,198,199))) OR (location = 1 AND (id_products LIKE "%,188,%"))) |
0.534
ms
|
1 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:182
/modules/ststickers/ststickers.php:1701 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 440 AND ctg.`id_group` = 1 LIMIT 1 |
0.531
ms
|
6 |
|
|
/classes/Product.php:6747
/classes/Product.php:6728 (checkAccessStatic)
/modules/strelatedproducts/strelatedproducts.php:316 (checkAccess)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 266 |
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` = 6300 LIMIT 1 |
0.531
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 440 LIMIT 1 |
0.530
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 440) AND (id_product_attribute = 6296) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.530
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 283 |
0.527
ms
|
11 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:100 (__construct)
/controllers/front/ProductController.php:1246 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5653) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.527
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 283) AND (id_product_attribute = 2660) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.526
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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6c207c3_48558805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:475 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6bf16d3_87387669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:199 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:231 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:265 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 440 AND id_shop=1 LIMIT 1 |
0.525
ms
|
1 |
|
|
/classes/Product.php:6884
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 35356) LIMIT 1 |
0.524
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/order/Order.php:284 (__construct)
/override/classes/order/Order.php:28 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:261 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5646) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.524
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 188) AND (id_product_attribute = 3282) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.524
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 34710) LIMIT 1 |
0.524
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/order/Order.php:284 (__construct)
/override/classes/order/Order.php:28 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:261 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 283) AND (id_product_attribute = 2657) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.522
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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6c207c3_48558805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:475 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6bf16d3_87387669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:199 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:231 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:265 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 587) AND (id_product_attribute = 10246) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.521
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 188) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.519
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5808 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5649) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.519
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 188) AND (id_product_attribute = 1494) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.519
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
0.518
ms
|
0 |
|
|
/classes/Supplier.php:242
/classes/Product.php:735 (getNameById)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 283) AND (id_product_attribute = 2656) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.518
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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6c207c3_48558805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:475 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6bf16d3_87387669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:199 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:231 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:265 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 37157) LIMIT 1 |
0.518
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/order/Order.php:284 (__construct)
/override/classes/order/Order.php:28 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:261 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5654) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.518
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 5638 |
0.517
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 440) AND (id_product_attribute = 6297) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.517
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE *
FROM ps_opartnoindex_products
WHERE id_product = 283
AND id_lang = 1
AND id_shop = 1 LIMIT 1 |
0.516
ms
|
0 |
|
|
/modules/opartnoindex/opartnoindex.php:1364
/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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 10250 |
0.515
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 1492 |
0.515
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5651) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.515
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 283) AND (id_product_attribute = 2661) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.513
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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6c207c3_48558805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:475 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/62/af/8f/62af8f80f482bdbb5db7c71c138ebcbf8eb36faa_2.file.product-cover-thumbnails.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6bf16d3_87387669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:199 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:231 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:265 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 283 AND id_shop=1 LIMIT 1 |
0.510
ms
|
1 |
|
|
/classes/Product.php:6884
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 4798) LIMIT 1 |
0.509
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/order/Order.php:284 (__construct)
/override/classes/order/Order.php:28 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:371 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:730 (getBattle)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 440 |
0.509
ms
|
6 |
|
|
/classes/Product.php:3420
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:155 (getCategories)
/modules/ststickers/ststickers.php:1701 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:43 (exec)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 2662 |
0.508
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 587 AND id_shop=1 LIMIT 1 |
0.507
ms
|
1 |
|
|
/classes/Product.php:6884
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 587) AND (id_product_attribute = 10247) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.507
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 188) AND (id_product_attribute = 1496) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.507
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.504
ms
|
1 |
|
|
/classes/Currency.php:873
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:498 (getCurrency)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:585 (_getNbCreditsByPrice)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:526 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:901 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:890 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/6d/b3/0b/6db30b501da5023b61043081a009eeb6d14d9fa6_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6dd2057_73987218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/2a/90/75/2a907535bd1f4ea4d1cab5bfa2ea2639e1bb2158_2.file.product-buy.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/2a/90/75/2a907535bd1f4ea4d1cab5bfa2ea2639e1bb2158_2.file.product-buy.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/2a/90/75/2a907535bd1f4ea4d1cab5bfa2ea2639e1bb2158_2.file.product-buy.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6d85041_62043494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 388 LIMIT 1 |
0.503
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 20508) LIMIT 1 |
0.501
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:1052 (__construct)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 587) AND (id_product_attribute = 10251) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.501
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 440) AND (id_product_attribute = 6299) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.501
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
0.500
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Category.php:1998 (getInterval)
/controllers/front/ProductController.php:893 (inShop)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5641) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.500
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 188) AND (id_product_attribute = 1499) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.500
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 587) AND (id_product_attribute = 10245) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.494
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 440) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.493
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5808 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 388 AND id_shop=1 LIMIT 1 |
0.493
ms
|
1 |
|
|
/classes/Product.php:6884
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 188) AND (id_product_attribute = 1495) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.492
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 188) AND (id_product_attribute = 1501) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.491
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 283 LIMIT 1 |
0.490
ms
|
2 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 19030) LIMIT 1 |
0.490
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:1052 (__construct)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 10979) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.490
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.486
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5808 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 587) AND (id_product_attribute = 10248) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.486
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5658) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.485
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5652) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.481
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 14783) LIMIT 1 |
0.480
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:260 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 587) AND (id_product_attribute = 10249) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.480
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 8732) LIMIT 1 |
0.479
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:1052 (__construct)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 283) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.478
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7879 (outOfStock)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 20958) LIMIT 1 |
0.478
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:1052 (__construct)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 14172) LIMIT 1 |
0.478
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:1052 (__construct)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5655) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.475
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "gsnippetsreviews" LIMIT 1 |
0.475
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:84 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:83 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/46/5c/36/465c36df8a126aa4de54ba4f1cc168ea2da27874_2.file.product-name.tpl.php:45 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6cbf8b4_68401817)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:296 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:319 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5659) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.475
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 283
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.473
ms
|
0 |
|
|
/classes/SpecificPrice.php:256
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 587) AND (id_product_attribute = 10252) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.472
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 13121) LIMIT 1 |
0.471
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:1052 (__construct)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 283) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.470
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7880 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 32505 LIMIT 1 |
0.470
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 30970) LIMIT 1 |
0.468
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:260 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 587) AND (id_product_attribute = 10253) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.468
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 45 |
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` = 199 LIMIT 1 |
0.467
ms
|
1 |
|
|
/classes/Category.php:1584
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1711 (getForProduct)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 4949) LIMIT 1 |
0.465
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:370 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:730 (getBattle)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 587) AND (id_product_attribute = 10250) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.465
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5820 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.463
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 4785) LIMIT 1 |
0.463
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:1052 (__construct)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 18873) LIMIT 1 |
0.462
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:1052 (__construct)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 41 |
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` = 198 LIMIT 1 |
0.462
ms
|
1 |
|
|
/classes/Category.php:1584
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1711 (getForProduct)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 26911) LIMIT 1 |
0.461
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:1052 (__construct)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 27424) LIMIT 1 |
0.460
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:1052 (__construct)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 188) AND (id_product_attribute = 1498) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.459
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 587 AND `id_group` = 1 LIMIT 1 |
0.458
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 283) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.457
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7881 (getLocation)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 188 AND `id_group` = 1 LIMIT 1 |
0.457
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 188) AND (id_product_attribute = 1497) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.455
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)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/5f/79/cc/5f79cc292f5ee5188cab17a1b4f04261cef146ce_2.file.sticker.tpl.cache.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b4cde4_32176185)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:90 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:404 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/60/22/19/602219c7b91248ee4a62d9f888445afe447bdf04_2.file.product.tpl.cache.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169b1d481_90559234)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/22/43/aa/2243aab546dfc7d36c688ba20aa810595b017fbd_2.file.product-slider.tpl.cache.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b769e039_95396497)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
ds.fr/prod/smarty/compile/panda_5doigts2pieds/62/fe/62/62fe622fb664cb083ba527b113932b4e6f5be2c1_2.module.stthemeeditorviewstemplatessliderhomepage.tpl.cache.php:103 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1169a0a430_28216122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/stthemeeditor/classes/BaseProductsSlider.php:648 (fetch)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 15866) LIMIT 1 |
0.455
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:1052 (__construct)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 188) AND (id_product_attribute = 1492) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.453
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5820 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_product_shop`
WHERE `id_product` = 283
AND id_shop = 1 LIMIT 1 |
0.452
ms
|
1 |
|
|
/classes/ObjectModel.php:1727
/controllers/front/ProductController.php:192 (isAssociatedToShop)
/controllers/front/ProductController.php:167 (checkPermissionsToViewProduct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 21541) LIMIT 1 |
0.452
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:1052 (__construct)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 440) AND (id_product_attribute = 6300) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.452
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5820 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 25490) LIMIT 1 |
0.451
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:1052 (__construct)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE *
FROM `ps_bt_spr_criteria_product` cp
WHERE (cp.`id_review` = 502) AND (cp.`id_shop` = 1) |
0.450
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/CriteriaProduct.php:61
/modules/gsnippetsreviews/src/ReviewsUtils.php:631 (getReviewCriteria)
/modules/gsnippetsreviews/src/ReviewsUtils.php:624 (formatCriteriaData)
/modules/gsnippetsreviews/src/ReviewsUtils.php:732 (getBattleCriteriaData)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 19919) LIMIT 1 |
0.449
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:1052 (__construct)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 388) AND (id_product_attribute = 5638) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.446
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5820 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 440 AND `id_group` = 1 LIMIT 1 |
0.441
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 25878) LIMIT 1 |
0.440
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:1052 (__construct)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 283) AND (id_product_attribute = 2662) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.439
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5820 (getQuantity)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE * FROM `ps_arseopro_canonical_product` WHERE `id_product`=283 AND `id_lang`=1 AND `id_shop` = 1 LIMIT 1 |
0.438
ms
|
1 |
|
|
/modules/arseopro/classes/canonical/ArSeoProCanonicalProduct.php:50
/modules/arseopro/classes/ArSeoProCanonical.php:139 (getCanonicalURLByIdLang)
/modules/arseopro/arseopro.php:267 (getCanonicalData)
/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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 388 AND `id_group` = 1 LIMIT 1 |
0.438
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 587) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.434
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5808 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 283 AND `id_group` = 1 LIMIT 1 |
0.424
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE *
FROM `ps_bt_spr_report_reviews` srr
WHERE (srr.`id_review` = 5438) AND (srr.`id_customer` = 0) AND (srr.`id_shop` = 1) LIMIT 1 |
0.406
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewReport.php:48
/modules/gsnippetsreviews/src/ReviewsUtils.php:300 (reportExist)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 587
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.395
ms
|
0 |
|
|
/classes/SpecificPrice.php:256
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 440
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.392
ms
|
0 |
|
|
/classes/SpecificPrice.php:256
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 134 AND `id_shop` = 1 LIMIT 1 |
0.391
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:84 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:83 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/46/5c/36/465c36df8a126aa4de54ba4f1cc168ea2da27874_2.file.product-name.tpl.php:45 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6cbf8b4_68401817)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:296 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:319 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_category_shop`
WHERE `id_category` = 174
AND id_shop = 1 LIMIT 1 |
0.390
ms
|
1 |
|
|
/classes/ObjectModel.php:1727
/controllers/front/ProductController.php:893 (isAssociatedToShop)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 388
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.386
ms
|
0 |
|
|
/classes/SpecificPrice.php:256
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5702 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/override/classes/ProductAssembler.php:42 (assembleProduct)
/modules/strelatedproducts/strelatedproducts.php:326 (assembleProduct)
/modules/stthemeeditor/classes/BaseProductsSlider.php:549 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:620 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:368 (hookDisplayHome)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/5b/42/5f/5b425fa4b6025f6b3dc83bca0d77756317b7c33b_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6f07450_56214347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 15866 LIMIT 1 |
0.385
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 14783 LIMIT 1 |
0.377
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE *
FROM `ps_bt_spr_criteria_product` cp
WHERE (cp.`id_review` = 5914) AND (cp.`id_shop` = 1) |
0.374
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/CriteriaProduct.php:61
/modules/gsnippetsreviews/src/ReviewsUtils.php:631 (getReviewCriteria)
/modules/gsnippetsreviews/src/ReviewsUtils.php:625 (formatCriteriaData)
/modules/gsnippetsreviews/src/ReviewsUtils.php:732 (getBattleCriteriaData)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE id_vote
FROM `ps_bt_spr_vote_reviews` svr
WHERE (svr.`id_review` = 5914) AND (svr.`vote` = 1) AND (svr.`id_shop` = 1) |
0.372
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewVote.php:64
/modules/gsnippetsreviews/src/ReviewsUtils.php:301 (countVote)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 19919 LIMIT 1 |
0.370
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE *
FROM `ps_bt_spr_report_reviews` srr
WHERE (srr.`id_review` = 5559) AND (srr.`id_customer` = 0) AND (srr.`id_shop` = 1) LIMIT 1 |
0.369
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewReport.php:48
/modules/gsnippetsreviews/src/ReviewsUtils.php:300 (reportExist)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 26947 LIMIT 1 |
0.369
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE *
FROM `ps_bt_spr_report_reviews` srr
WHERE (srr.`id_review` = 5836) AND (srr.`id_customer` = 0) AND (srr.`id_shop` = 1) LIMIT 1 |
0.368
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewReport.php:48
/modules/gsnippetsreviews/src/ReviewsUtils.php:300 (reportExist)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE id_vote
FROM `ps_bt_spr_vote_reviews` svr
WHERE (svr.`id_review` = 5559) AND (svr.`vote` = 0) AND (svr.`id_shop` = 1) |
0.367
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewVote.php:64
/modules/gsnippetsreviews/src/ReviewsUtils.php:302 (countVote)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE cp.id_criteria_product
FROM `ps_bt_spr_criteria_product` cp
WHERE (cp.`id_review` = 5836) AND (cp.`id_shop` = 1) |
0.362
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/CriteriaProduct.php:52
/modules/gsnippetsreviews/src/ReviewsUtils.php:268 (hasCriteriaAssocitated)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE `enable_device` FROM `ps_module_shop` WHERE `id_module` = 134 AND `id_shop` = 1 LIMIT 1 |
0.358
ms
|
1 |
|
|
/classes/module/Module.php:2152
/classes/Hook.php:1089 (isEnabledForMobileDevices)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:84 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:83 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/46/5c/36/465c36df8a126aa4de54ba4f1cc168ea2da27874_2.file.product-name.tpl.php:45 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6cbf8b4_68401817)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:296 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:319 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/64/fa/9e/64fa9eb0e7dd874b963f730470bfe6e862e87190_2.file.product-first.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6b63a56_04379629)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:164 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e0/cf/00/e0cf0047f89b9b8f545fc797a8bc7efd48a8a643_2.file.layout-both-columns.tpl.php:102 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168dbda95_84245087)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/e1/3e/f4/e13ef4b80c62df1019518d71766b6f95f4138350_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d1168d5a231_66309813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
ds.fr/prod/smarty/compile/panda_5doigts2piedslayouts_layout_full_width_tpl/f7/00/f5/f700f5ab51fcf588daed71b465019590b3455c36_2.file.product.tpl.php:59 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a7d11b6a4ff16_34319666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE cp.id_criteria_product
FROM `ps_bt_spr_criteria_product` cp
WHERE (cp.`id_review` = 5914) AND (cp.`id_shop` = 1) |
0.355
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/CriteriaProduct.php:52
/modules/gsnippetsreviews/src/ReviewsUtils.php:268 (hasCriteriaAssocitated)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE cp.id_criteria_product
FROM `ps_bt_spr_criteria_product` cp
WHERE (cp.`id_review` = 5559) AND (cp.`id_shop` = 1) |
0.355
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/CriteriaProduct.php:52
/modules/gsnippetsreviews/src/ReviewsUtils.php:268 (hasCriteriaAssocitated)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 19030 LIMIT 1 |
0.353
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE id_vote
FROM `ps_bt_spr_vote_reviews` svr
WHERE (svr.`id_review` = 5438) AND (svr.`vote` = 0) AND (svr.`id_shop` = 1) |
0.352
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewVote.php:64
/modules/gsnippetsreviews/src/ReviewsUtils.php:302 (countVote)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE id_vote
FROM `ps_bt_spr_vote_reviews` svr
WHERE (svr.`id_review` = 5836) AND (svr.`id_customer` = 0) AND (svr.`vote` = 0) AND (svr.`id_shop` = 1) LIMIT 1 |
0.351
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewVote.php:79
/modules/gsnippetsreviews/src/ReviewsUtils.php:304 (customerReviewVoted)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE id_vote
FROM `ps_bt_spr_vote_reviews` svr
WHERE (svr.`id_review` = 5559) AND (svr.`id_customer` = 0) AND (svr.`vote` = 0) AND (svr.`id_shop` = 1) LIMIT 1 |
0.350
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewVote.php:79
/modules/gsnippetsreviews/src/ReviewsUtils.php:304 (customerReviewVoted)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 18873 LIMIT 1 |
0.348
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE id_vote
FROM `ps_bt_spr_vote_reviews` svr
WHERE (svr.`id_review` = 5559) AND (svr.`id_customer` = 0) AND (svr.`vote` = 1) AND (svr.`id_shop` = 1) LIMIT 1 |
0.347
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewVote.php:79
/modules/gsnippetsreviews/src/ReviewsUtils.php:303 (customerReviewVoted)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE id_vote
FROM `ps_bt_spr_vote_reviews` svr
WHERE (svr.`id_review` = 5559) AND (svr.`vote` = 1) AND (svr.`id_shop` = 1) |
0.345
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewVote.php:64
/modules/gsnippetsreviews/src/ReviewsUtils.php:301 (countVote)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE id_vote
FROM `ps_bt_spr_vote_reviews` svr
WHERE (svr.`id_review` = 5438) AND (svr.`id_customer` = 0) AND (svr.`vote` = 1) AND (svr.`id_shop` = 1) LIMIT 1 |
0.345
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewVote.php:79
/modules/gsnippetsreviews/src/ReviewsUtils.php:303 (customerReviewVoted)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE id_vote
FROM `ps_bt_spr_vote_reviews` svr
WHERE (svr.`id_review` = 5438) AND (svr.`id_customer` = 0) AND (svr.`vote` = 0) AND (svr.`id_shop` = 1) LIMIT 1 |
0.343
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewVote.php:79
/modules/gsnippetsreviews/src/ReviewsUtils.php:304 (customerReviewVoted)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE scp.id_criteria, scp.rating_value
FROM `ps_bt_spr_criteria_product` scp
WHERE (scp.`id_product` = 283) AND (scp.`id_shop` = 1) |
0.342
ms
|
1 |
|
|
/modules/gsnippetsreviews/src/ReviewsUtils.php:591
/modules/gsnippetsreviews/src/ReviewsUtils.php:734 (getCriteriaAverage)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE *
FROM `ps_bt_spr_report_reviews` srr
WHERE (srr.`id_review` = 5914) AND (srr.`id_customer` = 0) AND (srr.`id_shop` = 1) LIMIT 1 |
0.342
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewReport.php:48
/modules/gsnippetsreviews/src/ReviewsUtils.php:300 (reportExist)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 14900 LIMIT 1 |
0.340
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE id_vote
FROM `ps_bt_spr_vote_reviews` svr
WHERE (svr.`id_review` = 5438) AND (svr.`vote` = 1) AND (svr.`id_shop` = 1) |
0.340
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewVote.php:64
/modules/gsnippetsreviews/src/ReviewsUtils.php:301 (countVote)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 25490 LIMIT 1 |
0.339
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE id_vote
FROM `ps_bt_spr_vote_reviews` svr
WHERE (svr.`id_review` = 5836) AND (svr.`id_customer` = 0) AND (svr.`vote` = 1) AND (svr.`id_shop` = 1) LIMIT 1 |
0.339
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewVote.php:79
/modules/gsnippetsreviews/src/ReviewsUtils.php:303 (customerReviewVoted)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 4785 LIMIT 1 |
0.338
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 6750 LIMIT 1 |
0.338
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 7702 LIMIT 1 |
0.337
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE cp.id_criteria_product
FROM `ps_bt_spr_criteria_product` cp
WHERE (cp.`id_review` = 5438) AND (cp.`id_shop` = 1) |
0.336
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/CriteriaProduct.php:52
/modules/gsnippetsreviews/src/ReviewsUtils.php:268 (hasCriteriaAssocitated)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 13121 LIMIT 1 |
0.336
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 8918 LIMIT 1 |
0.335
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 6163 LIMIT 1 |
0.335
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE id_vote
FROM `ps_bt_spr_vote_reviews` svr
WHERE (svr.`id_review` = 5836) AND (svr.`vote` = 1) AND (svr.`id_shop` = 1) |
0.334
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewVote.php:64
/modules/gsnippetsreviews/src/ReviewsUtils.php:301 (countVote)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 14172 LIMIT 1 |
0.334
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 15548 LIMIT 1 |
0.334
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 8877 LIMIT 1 |
0.334
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 20508 LIMIT 1 |
0.333
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 8732 LIMIT 1 |
0.332
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE id_vote
FROM `ps_bt_spr_vote_reviews` svr
WHERE (svr.`id_review` = 5836) AND (svr.`vote` = 0) AND (svr.`id_shop` = 1) |
0.331
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewVote.php:64
/modules/gsnippetsreviews/src/ReviewsUtils.php:302 (countVote)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 5813 LIMIT 1 |
0.331
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 4806 LIMIT 1 |
0.331
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 26947) LIMIT 1 |
0.330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:260 (__construct)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 16170 LIMIT 1 |
0.330
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 7514 LIMIT 1 |
0.330
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 20958 LIMIT 1 |
0.328
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 2818 LIMIT 1 |
0.326
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 27424 LIMIT 1 |
0.324
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 25878 LIMIT 1 |
0.324
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 6686 LIMIT 1 |
0.324
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 5795 LIMIT 1 |
0.322
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 7473 LIMIT 1 |
0.320
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 21541 LIMIT 1 |
0.320
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 7163 LIMIT 1 |
0.319
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 10188 LIMIT 1 |
0.318
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 26911 LIMIT 1 |
0.316
ms
|
1 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 15663 LIMIT 1 |
0.315
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE `id_customer`
FROM ps_customer c
WHERE c.`id_customer` = 16985 LIMIT 1 |
0.309
ms
|
0 |
|
|
/classes/Customer.php:1030
/modules/gsnippetsreviews/src/ReviewsUtils.php:1048 (customerIdExistsStatic)
/modules/gsnippetsreviews/src/ModuleUtils.php:809 (formatActiveProductReviewsForJson)
/modules/gsnippetsreviews/gsnippetsreviews.php:226 (hookProductRating)
/classes/Hook.php:1083 (hookFilterProductContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/ProductController.php:424 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE id_vote
FROM `ps_bt_spr_vote_reviews` svr
WHERE (svr.`id_review` = 5914) AND (svr.`vote` = 0) AND (svr.`id_shop` = 1) |
0.261
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewVote.php:64
/modules/gsnippetsreviews/src/ReviewsUtils.php:302 (countVote)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE id_vote
FROM `ps_bt_spr_vote_reviews` svr
WHERE (svr.`id_review` = 5914) AND (svr.`id_customer` = 0) AND (svr.`vote` = 0) AND (svr.`id_shop` = 1) LIMIT 1 |
0.260
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewVote.php:79
/modules/gsnippetsreviews/src/ReviewsUtils.php:304 (customerReviewVoted)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE id_vote
FROM `ps_bt_spr_vote_reviews` svr
WHERE (svr.`id_review` = 5914) AND (svr.`id_customer` = 0) AND (svr.`vote` = 1) AND (svr.`id_shop` = 1) LIMIT 1 |
0.247
ms
|
1 |
|
|
/modules/gsnippetsreviews/models/ReviewVote.php:79
/modules/gsnippetsreviews/src/ReviewsUtils.php:303 (customerReviewVoted)
/modules/gsnippetsreviews/src/ReviewsUtils.php:729 (getFormattedProductReviews)
/modules/gsnippetsreviews/src/Hook/Display.php:307 (getProductReviewData)
/modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (productExtraContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|