319 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2024-12-21 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `d3u8_category_product` cp
LEFT JOIN `d3u8_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN d3u8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN d3u8_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `d3u8_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
LEFT JOIN `d3u8_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 2 AND pl.id_shop = 1 )
LEFT JOIN `d3u8_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 `d3u8_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 2)
LEFT JOIN `d3u8_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 156 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY RAND() LIMIT 7 |
11.289
ms
|
165 |
Yes
|
|
/classes/Category.php:1062
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
537 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM d3u8_feature_product pf
LEFT JOIN d3u8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN d3u8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN d3u8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN d3u8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9899
ORDER BY f.position ASC |
9.973
ms
|
2 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `d3u8_configuration` c
LEFT JOIN `d3u8_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
6.315
ms
|
5130 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:38 (require)
|
296 |
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `d3u8_country` c INNER JOIN d3u8_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `d3u8_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `d3u8_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
5.620
ms
|
241 |
Yes
|
|
/classes/Country.php:148
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
579 |
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `d3u8_country` c INNER JOIN d3u8_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `d3u8_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `d3u8_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
5.117
ms
|
241 |
Yes
|
|
/classes/Country.php:148
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
587 |
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `d3u8_country` c INNER JOIN d3u8_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `d3u8_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `d3u8_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
4.801
ms
|
241 |
Yes
|
|
/classes/Country.php:148
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
571 |
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `d3u8_country` c INNER JOIN d3u8_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `d3u8_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `d3u8_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
4.640
ms
|
241 |
Yes
|
|
/classes/Country.php:148
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
110 |
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(
"2024-12-21 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new
FROM `d3u8_accessory`
LEFT JOIN `d3u8_product` p ON p.`id_product` = `id_product_2`
INNER JOIN d3u8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `d3u8_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 `d3u8_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 2 AND pl.id_shop = 1
)
LEFT JOIN `d3u8_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 2 AND cl.id_shop = 1
)
LEFT JOIN `d3u8_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 `d3u8_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 2)
LEFT JOIN `d3u8_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN d3u8_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` = 9859 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
4.235
ms
|
3 |
|
Yes
|
/classes/Product.php:4698
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
282 |
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `d3u8_country` c INNER JOIN d3u8_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `d3u8_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `d3u8_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
4.176
ms
|
241 |
Yes
|
|
/classes/Country.php:148
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:349 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductActions)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/73/84/ab/7384abf6e4dc1c455435300cd35b664ea791e7dc_2.file.product-add-to-cart.tpl.php:94 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/73/84/ab/7384abf6e4dc1c455435300cd35b664ea791e7dc_2.file.product-add-to-cart.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a8ea160_52624615)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:306 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:362 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:820 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `d3u8_stock_available`
WHERE (id_product = 9899) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.986
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
255 |
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `d3u8_country` c INNER JOIN d3u8_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `d3u8_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `d3u8_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
3.917
ms
|
241 |
Yes
|
|
/classes/Country.php:148
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:349 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductActions)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/stripe_official/stripe_official.php:1777 (exec)
/classes/Hook.php:1077 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
563 |
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `d3u8_country` c INNER JOIN d3u8_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `d3u8_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `d3u8_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
3.819
ms
|
241 |
Yes
|
|
/classes/Country.php:148
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
595 |
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `d3u8_country` c INNER JOIN d3u8_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `d3u8_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `d3u8_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
3.370
ms
|
241 |
Yes
|
|
/classes/Country.php:148
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
55 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `d3u8_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `d3u8_hook_alias` ha
INNER JOIN `d3u8_hook` h ON ha.name = h.name |
3.253
ms
|
0 |
|
|
/classes/Hook.php:1326
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6894 (getManager)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
536 |
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 `d3u8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9899 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `d3u8_cart_product` cp JOIN `d3u8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `d3u8_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` = 9899 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.219
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
538 |
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `d3u8_product` p
INNER JOIN d3u8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `d3u8_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 156 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
3.155
ms
|
165 |
|
|
/classes/Category.php:991
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:106 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
312 |
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `d3u8_country` c INNER JOIN d3u8_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `d3u8_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `d3u8_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
3.124
ms
|
241 |
Yes
|
|
/classes/Country.php:148
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
523 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9899 LIMIT 1 |
3.103
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
350 |
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 `d3u8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9119 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `d3u8_cart_product` cp JOIN `d3u8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `d3u8_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` = 9119 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.061
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
603 |
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `d3u8_country` c INNER JOIN d3u8_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `d3u8_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `d3u8_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
3.005
ms
|
241 |
Yes
|
|
/classes/Country.php:148
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
294 |
SELECT SQL_NO_CACHE `id_state`, `id_country`, `id_zone`, `iso_code`, `name`, `active`
FROM `d3u8_state`
ORDER BY `name` ASC |
2.980
ms
|
404 |
Yes
|
|
/classes/State.php:74
/modules/estimateddeliverydate/estimateddeliverydate.php:361 (getStates)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
545 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-12-21 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM d3u8_product p
LEFT JOIN d3u8_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN d3u8_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN d3u8_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (9880) |
2.876
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:328 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
16 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `d3u8_module` m
INNER JOIN d3u8_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `d3u8_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `d3u8_hook` `h` ON hm.`id_hook` = h.`id_hook`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1)
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
2.742
ms
|
432 |
Yes
|
Yes
|
/classes/Hook.php:1267
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
304 |
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `d3u8_country` c INNER JOIN d3u8_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `d3u8_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `d3u8_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
2.691
ms
|
241 |
Yes
|
|
/classes/Country.php:148
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
542 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-12-21 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM d3u8_product p
LEFT JOIN d3u8_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN d3u8_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN d3u8_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (9111) |
2.565
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:328 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
56 |
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `d3u8_hook_module` hm
STRAIGHT_JOIN `d3u8_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `d3u8_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2.556
ms
|
444 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6894 (getManager)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
297 |
SELECT SQL_NO_CACHE * FROM `d3u8_state` ORDER BY `name` ASC |
2.527
ms
|
404 |
Yes
|
|
/classes/Country.php:155
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
290 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `d3u8_product_attribute` pa
INNER JOIN d3u8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `d3u8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `d3u8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `d3u8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `d3u8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9825) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2.489
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
539 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-12-21 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM d3u8_product p
LEFT JOIN d3u8_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN d3u8_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN d3u8_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (9119) |
2.486
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:328 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
589 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `d3u8_product_attribute` pa
INNER JOIN d3u8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `d3u8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `d3u8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `d3u8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `d3u8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9864) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2.416
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
625 |
SELECT SQL_NO_CACHE *
FROM `d3u8_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
2.374
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
551 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-12-21 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM d3u8_product p
LEFT JOIN d3u8_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN d3u8_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN d3u8_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (9864) |
2.286
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:328 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
552 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9864) AND (b.`id_shop` = 1) LIMIT 1 |
2.280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
100 |
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 `d3u8_category` c
INNER JOIN d3u8_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `d3u8_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 1 )
WHERE `id_parent` = 156
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
2.273
ms
|
5 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/ProductController.php:897 (getSubCategories)
/controllers/front/ProductController.php:368 (assignCategory)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
588 |
SELECT SQL_NO_CACHE * FROM `d3u8_state` ORDER BY `name` ASC |
2.246
ms
|
404 |
Yes
|
|
/classes/Country.php:155
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
101 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `d3u8_category` c
LEFT JOIN `d3u8_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN d3u8_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
2.179
ms
|
93 |
Yes
|
Yes
|
/classes/Category.php:1151
/classes/Category.php:1087 (getChildren)
/controllers/front/ProductController.php:907 (getHomeCategories)
/controllers/front/ProductController.php:368 (assignCategory)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
215 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9859
AND image_shop.`cover` = 1 LIMIT 1 |
2.173
ms
|
11 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/controllers/front/ProductController.php:1213 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
548 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-12-21 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM d3u8_product p
LEFT JOIN d3u8_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN d3u8_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN d3u8_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (9052) |
2.172
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:328 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
351 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM d3u8_feature_product pf
LEFT JOIN d3u8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN d3u8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN d3u8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN d3u8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9119
ORDER BY f.position ASC |
2.154
ms
|
4 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
572 |
SELECT SQL_NO_CACHE * FROM `d3u8_state` ORDER BY `name` ASC |
2.111
ms
|
404 |
Yes
|
|
/classes/Country.php:155
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
564 |
SELECT SQL_NO_CACHE * FROM `d3u8_state` ORDER BY `name` ASC |
2.093
ms
|
404 |
Yes
|
|
/classes/Country.php:155
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
557 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `d3u8_product_attribute` pa
INNER JOIN d3u8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `d3u8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `d3u8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `d3u8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `d3u8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9119) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2.073
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
554 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-12-21 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM d3u8_product p
LEFT JOIN d3u8_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN d3u8_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN d3u8_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (10009) |
2.064
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:328 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
580 |
SELECT SQL_NO_CACHE * FROM `d3u8_state` ORDER BY `name` ASC |
2.023
ms
|
404 |
Yes
|
|
/classes/Country.php:155
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
506 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM d3u8_feature_product pf
LEFT JOIN d3u8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN d3u8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN d3u8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN d3u8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10009
ORDER BY f.position ASC |
2.023
ms
|
2 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
553 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `d3u8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 9864
ORDER BY `position` |
2.014
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
214 |
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 `d3u8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9859 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `d3u8_cart_product` cp JOIN `d3u8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `d3u8_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9859 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.996
ms
|
0 |
|
|
/classes/Cart.php:1426
/controllers/front/ProductController.php:1207 (getProductQuantity)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
597 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `d3u8_product_attribute` pa
INNER JOIN d3u8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `d3u8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `d3u8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `d3u8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `d3u8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10009) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.972
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
15 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `d3u8_hook` h
WHERE (h.active = 1) |
1.935
ms
|
1091 |
|
|
/classes/Hook.php:1366
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
565 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `d3u8_product_attribute` pa
INNER JOIN d3u8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `d3u8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `d3u8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `d3u8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `d3u8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9111) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.915
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
234 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9859) AND (b.`id_shop` = 1) LIMIT 1 |
1.907
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)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
559 |
SELECT SQL_NO_CACHE `id_model` FROM `d3u8_realistore`
WHERE `id_product` = 9119
AND `id_shop` = 1
AND `id_shop_group` = 1 |
1.890
ms
|
1085 |
|
|
/modules/realistore/classes/RealiStoreData.php:112
/modules/realistore/realistore.php:505 (getIdModel)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
573 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `d3u8_product_attribute` pa
INNER JOIN d3u8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `d3u8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `d3u8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `d3u8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `d3u8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9880) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.888
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
577 |
SELECT SQL_NO_CACHE `id_state`, `id_country`, `id_zone`, `iso_code`, `name`, `active`
FROM `d3u8_state`
ORDER BY `name` ASC |
1.879
ms
|
404 |
Yes
|
|
/classes/State.php:74
/modules/estimateddeliverydate/estimateddeliverydate.php:361 (getStates)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
569 |
SELECT SQL_NO_CACHE `id_state`, `id_country`, `id_zone`, `iso_code`, `name`, `active`
FROM `d3u8_state`
ORDER BY `name` ASC |
1.857
ms
|
404 |
Yes
|
|
/classes/State.php:74
/modules/estimateddeliverydate/estimateddeliverydate.php:361 (getStates)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
581 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `d3u8_product_attribute` pa
INNER JOIN d3u8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `d3u8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `d3u8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `d3u8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `d3u8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9052) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.835
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
140 |
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 `d3u8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9825 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `d3u8_cart_product` cp JOIN `d3u8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `d3u8_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` = 9825 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.807
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
280 |
SELECT SQL_NO_CACHE `id_state`, `id_country`, `id_zone`, `iso_code`, `name`, `active`
FROM `d3u8_state`
ORDER BY `name` ASC |
1.793
ms
|
404 |
Yes
|
|
/classes/State.php:74
/modules/estimateddeliverydate/estimateddeliverydate.php:361 (getStates)
/modules/estimateddeliverydate/estimateddeliverydate.php:349 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductActions)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/73/84/ab/7384abf6e4dc1c455435300cd35b664ea791e7dc_2.file.product-add-to-cart.tpl.php:94 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/73/84/ab/7384abf6e4dc1c455435300cd35b664ea791e7dc_2.file.product-add-to-cart.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a8ea160_52624615)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:306 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:362 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:820 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
318 |
SELECT SQL_NO_CACHE *
FROM `d3u8_category_lang`
WHERE `id_category` = 156 AND `id_shop` = 1 |
1.789
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:238 (__construct)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
623 |
SELECT SQL_NO_CACHE *
FROM `d3u8_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
1.751
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
306 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `d3u8_product_attribute` pa
INNER JOIN d3u8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `d3u8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `d3u8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `d3u8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `d3u8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9842) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.746
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
24 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `d3u8_meta` m
LEFT JOIN `d3u8_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1.738
ms
|
240 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
283 |
SELECT SQL_NO_CACHE * FROM `d3u8_state` ORDER BY `name` ASC |
1.717
ms
|
404 |
Yes
|
|
/classes/Country.php:155
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:349 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductActions)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/73/84/ab/7384abf6e4dc1c455435300cd35b664ea791e7dc_2.file.product-add-to-cart.tpl.php:94 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/73/84/ab/7384abf6e4dc1c455435300cd35b664ea791e7dc_2.file.product-add-to-cart.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a8ea160_52624615)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:306 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:362 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:820 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
172 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM d3u8_feature_product pf
LEFT JOIN d3u8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN d3u8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN d3u8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN d3u8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9826
ORDER BY f.position ASC |
1.702
ms
|
2 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
505 |
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 `d3u8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10009 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `d3u8_cart_product` cp JOIN `d3u8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `d3u8_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` = 10009 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.693
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
547 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `d3u8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 9880
ORDER BY `position` |
1.690
ms
|
14 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
561 |
SELECT SQL_NO_CACHE `id_state`, `id_country`, `id_zone`, `iso_code`, `name`, `active`
FROM `d3u8_state`
ORDER BY `name` ASC |
1.682
ms
|
404 |
Yes
|
|
/classes/State.php:74
/modules/estimateddeliverydate/estimateddeliverydate.php:361 (getStates)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
637 |
SELECT SQL_NO_CACHE c.* FROM `d3u8_sameprice_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 |
1.672
ms
|
1 |
|
|
/modules/sameprice/sameprice.php:767
/modules/sameprice/sameprice.php:514 (checkRulesExist)
/classes/Hook.php:1077 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
575 |
SELECT SQL_NO_CACHE `id_model` FROM `d3u8_realistore`
WHERE `id_product` = 9880
AND `id_shop` = 1
AND `id_shop_group` = 1 |
1.670
ms
|
1085 |
|
|
/modules/realistore/classes/RealiStoreData.php:112
/modules/realistore/realistore.php:505 (getIdModel)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
348 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.668
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
541 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `d3u8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 9119
ORDER BY `position` |
1.658
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
247 |
SELECT SQL_NO_CACHE *
FROM `d3u8_category` a0
LEFT JOIN `d3u8_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 83) AND (a0.`nright` > 94) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
1.635
ms
|
93 |
Yes
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/ProductController.php:1342 (rewind)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
444 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM d3u8_feature_product pf
LEFT JOIN d3u8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN d3u8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN d3u8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN d3u8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9052
ORDER BY f.position ASC |
1.608
ms
|
4 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
103 |
SELECT SQL_NO_CACHE 1 FROM `d3u8_specific_price` WHERE `id_product` != 0 LIMIT 1 |
1.605
ms
|
1113 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:645 (computeExtraConditions)
/controllers/front/ProductController.php:607 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
226 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `d3u8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9859 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `d3u8_cart_product` cp JOIN `d3u8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `d3u8_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` = 9859 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.605
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/controllers/front/ProductController.php:1213 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
236 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9859) AND (b.`id_shop` = 1) LIMIT 1 |
1.600
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)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
91 |
SELECT SQL_NO_CACHE tr.*
FROM `d3u8_tax_rule` tr
JOIN `d3u8_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 22
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1.598
ms
|
1 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3952 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4164 (getPriceStatic)
/controllers/front/ProductController.php:328 (getPrice)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
227 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM d3u8_feature_product pf
LEFT JOIN d3u8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN d3u8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN d3u8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN d3u8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9859
ORDER BY f.position ASC |
1.581
ms
|
2 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/controllers/front/ProductController.php:1213 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
121 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9825) LIMIT 1 |
1.575
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
585 |
SELECT SQL_NO_CACHE `id_state`, `id_country`, `id_zone`, `iso_code`, `name`, `active`
FROM `d3u8_state`
ORDER BY `name` ASC |
1.568
ms
|
404 |
Yes
|
|
/classes/State.php:74
/modules/estimateddeliverydate/estimateddeliverydate.php:361 (getStates)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
292 |
SELECT SQL_NO_CACHE `id_model` FROM `d3u8_realistore`
WHERE `id_product` = 9825
AND `id_shop` = 1
AND `id_shop_group` = 1 |
1.564
ms
|
1085 |
|
|
/modules/realistore/classes/RealiStoreData.php:112
/modules/realistore/realistore.php:505 (getIdModel)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
583 |
SELECT SQL_NO_CACHE `id_model` FROM `d3u8_realistore`
WHERE `id_product` = 9052
AND `id_shop` = 1
AND `id_shop_group` = 1 |
1.564
ms
|
1085 |
|
|
/modules/realistore/classes/RealiStoreData.php:112
/modules/realistore/realistore.php:505 (getIdModel)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
141 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM d3u8_feature_product pf
LEFT JOIN d3u8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN d3u8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN d3u8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN d3u8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9825
ORDER BY f.position ASC |
1.557
ms
|
2 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
52 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9859) AND (b.`id_shop` = 1) LIMIT 1 |
1.554
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:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
327 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9119)
GROUP BY a0.`id_supplier` |
1.548
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
347 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9119)
GROUP BY a0.`id_supplier` |
1.519
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
375 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9111)
GROUP BY a0.`id_supplier` |
1.513
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
413 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM d3u8_feature_product pf
LEFT JOIN d3u8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN d3u8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN d3u8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN d3u8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9880
ORDER BY f.position ASC |
1.511
ms
|
2 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
253 |
SELECT SQL_NO_CACHE `id_state`, `id_country`, `id_zone`, `iso_code`, `name`, `active`
FROM `d3u8_state`
ORDER BY `name` ASC |
1.505
ms
|
404 |
Yes
|
|
/classes/State.php:74
/modules/estimateddeliverydate/estimateddeliverydate.php:361 (getStates)
/modules/estimateddeliverydate/estimateddeliverydate.php:349 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductActions)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/stripe_official/stripe_official.php:1777 (exec)
/classes/Hook.php:1077 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
425 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_lang`
WHERE `id_product` = 9052 AND `id_shop` = 1 |
1.501
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
298 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `d3u8_product_attribute` pa
INNER JOIN d3u8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `d3u8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `d3u8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `d3u8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `d3u8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9826) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.499
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
639 |
SELECT SQL_NO_CACHE *
FROM d3u8_cookiesplus_cookie cc LEFT JOIN d3u8_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 1
AND ccl.`id_lang` = 2 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
1.490
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1336 (getCookiesPlusCookies)
/modules/cookiesplus/cookiesplus.php:1483 (hookFooter)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
263 |
SELECT SQL_NO_CACHE `id_model` FROM `d3u8_realistore`
WHERE `id_product` = 9859
AND `id_shop` = 1
AND `id_shop_group` = 1 |
1.488
ms
|
1085 |
|
|
/modules/realistore/classes/RealiStoreData.php:112
/modules/realistore/realistore.php:602 (getIdModel)
/modules/realistore/realistore.php:623 (getCurrentAvailableModels)
/modules/realistore/realistore.php:591 (getEmbdedModelViewer)
/classes/Hook.php:1077 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
543 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9111) AND (b.`id_shop` = 1) LIMIT 1 |
1.477
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
544 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `d3u8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 9111
ORDER BY `position` |
1.474
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
211 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9842) AND (b.`id_shop` = 1) LIMIT 1 |
1.464
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
250 |
SELECT SQL_NO_CACHE c.* FROM `d3u8_sameprice_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 |
1.463
ms
|
1 |
|
|
/modules/sameprice/sameprice.php:767
/modules/sameprice/sameprice.php:499 (checkRulesExist)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
567 |
SELECT SQL_NO_CACHE `id_model` FROM `d3u8_realistore`
WHERE `id_product` = 9111
AND `id_shop` = 1
AND `id_shop_group` = 1 |
1.460
ms
|
1085 |
|
|
/modules/realistore/classes/RealiStoreData.php:112
/modules/realistore/realistore.php:505 (getIdModel)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
476 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10009
AND image_shop.`cover` = 1 LIMIT 1 |
1.428
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
621 |
SELECT SQL_NO_CACHE *
FROM `d3u8_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
1.426
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
382 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM d3u8_feature_product pf
LEFT JOIN d3u8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN d3u8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN d3u8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN d3u8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9111
ORDER BY f.position ASC |
1.421
ms
|
4 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
228 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `d3u8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 9859
ORDER BY `position` |
1.420
ms
|
11 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1245 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
638 |
SELECT SQL_NO_CACHE * FROM `d3u8_psreassurance` pr
LEFT JOIN d3u8_psreassurance_lang prl ON (pr.id_psreassurance = prl.id_psreassurance)
WHERE prl.id_lang = "2"
AND pr.status = 1
ORDER BY pr.position |
1.418
ms
|
4 |
Yes
|
|
/modules/blockreassurance/classes/ReassuranceActivity.php:159
/modules/blockreassurance/blockreassurance.php:498 (getAllBlockByStatus)
/modules/blockreassurance/blockreassurance.php:354 (renderTemplateInHook)
/classes/Hook.php:1077 (hookdisplayFooterAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
138 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:42" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:42" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.403
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
349 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `d3u8_stock_available`
WHERE (id_product = 9119) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.401
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
129 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:42" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:42" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.400
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
330 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `d3u8_feature_product` fp
LEFT JOIN `d3u8_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 9119 |
1.395
ms
|
4 |
|
|
/classes/Product.php:4835
/modules/sameprice/classes/SamepriceConfiguration.php:330 (getFeaturesStatic)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
310 |
SELECT SQL_NO_CACHE `id_state`, `id_country`, `id_zone`, `iso_code`, `name`, `active`
FROM `d3u8_state`
ORDER BY `name` ASC |
1.390
ms
|
404 |
Yes
|
|
/classes/State.php:74
/modules/estimateddeliverydate/estimateddeliverydate.php:361 (getStates)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
596 |
SELECT SQL_NO_CACHE * FROM `d3u8_state` ORDER BY `name` ASC |
1.390
ms
|
404 |
Yes
|
|
/classes/Country.php:155
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
202 |
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 `d3u8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9842 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `d3u8_cart_product` cp JOIN `d3u8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `d3u8_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` = 9842 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.382
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
111 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9825
AND image_shop.`cover` = 1 LIMIT 1 |
1.370
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
240 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9859) AND (b.`id_shop` = 1) LIMIT 1 |
1.362
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)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
475 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM d3u8_feature_product pf
LEFT JOIN d3u8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN d3u8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN d3u8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN d3u8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9864
ORDER BY f.position ASC |
1.355
ms
|
2 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
540 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9119) AND (b.`id_shop` = 1) LIMIT 1 |
1.353
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
85 |
SELECT SQL_NO_CACHE *
FROM `d3u8_category` a
LEFT JOIN `d3u8_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `d3u8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 156) AND (b.`id_shop` = 1) LIMIT 1 |
1.348
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:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
204 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9825) AND (b.`id_shop` = 1) LIMIT 1 |
1.344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
109 |
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 `d3u8_attribute` a
LEFT JOIN `d3u8_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `d3u8_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `d3u8_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `d3u8_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN d3u8_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 d3u8_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 9859 |
1.343
ms
|
1 |
|
|
/classes/Product.php:7559
/controllers/front/ProductController.php:866 (getAttributesInformationsByProduct)
/controllers/front/ProductController.php:373 (assignAttributesCombinations)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
18 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `d3u8_hook` |
1.335
ms
|
1091 |
|
|
/classes/Hook.php:1326
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
443 |
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 `d3u8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9052 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `d3u8_cart_product` cp JOIN `d3u8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `d3u8_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` = 9052 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.334
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
313 |
SELECT SQL_NO_CACHE * FROM `d3u8_state` ORDER BY `name` ASC |
1.331
ms
|
404 |
Yes
|
|
/classes/Country.php:155
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
370 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.327
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
171 |
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 `d3u8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9826 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `d3u8_cart_product` cp JOIN `d3u8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `d3u8_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` = 9826 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.325
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
474 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `d3u8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9864 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `d3u8_cart_product` cp JOIN `d3u8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `d3u8_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` = 9864 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.324
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
97 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:42" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:42" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.321
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4255 (getPriceStatic)
/controllers/front/ProductController.php:329 (getPriceWithoutReduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
381 |
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 `d3u8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9111 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `d3u8_cart_product` cp JOIN `d3u8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `d3u8_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` = 9111 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.320
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
550 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `d3u8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 9052
ORDER BY `position` |
1.320
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
118 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:42" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:42" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.319
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
546 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9880) AND (b.`id_shop` = 1) LIMIT 1 |
1.318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
601 |
SELECT SQL_NO_CACHE `id_state`, `id_country`, `id_zone`, `iso_code`, `name`, `active`
FROM `d3u8_state`
ORDER BY `name` ASC |
1.295
ms
|
404 |
Yes
|
|
/classes/State.php:74
/modules/estimateddeliverydate/estimateddeliverydate.php:361 (getStates)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM d3u8_shop_group gs
LEFT JOIN d3u8_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN d3u8_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
1.293
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:38 (require)
|
137 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9825)
GROUP BY a0.`id_supplier` |
1.291
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
205 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `d3u8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 9825
ORDER BY `position` |
1.291
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
305 |
SELECT SQL_NO_CACHE * FROM `d3u8_state` ORDER BY `name` ASC |
1.288
ms
|
404 |
Yes
|
|
/classes/Country.php:155
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
251 |
SELECT SQL_NO_CACHE `iso_code`
FROM `d3u8_country`
WHERE `id_country` = 0 LIMIT 1 |
1.278
ms
|
0 |
|
|
/classes/Country.php:275
/modules/stripe_official/classes/model/AddressModel.php:44 (getIsoById)
/modules/stripe_official/classes/model/CustomerModel.php:44 (getFromContext)
/modules/stripe_official/stripe_official.php:1699 (getFromContext)
/classes/Hook.php:1077 (hookDisplayProductActions)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/stripe_official/stripe_official.php:1777 (exec)
/classes/Hook.php:1077 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
556 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `d3u8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 10009
ORDER BY `position` |
1.276
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
328 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.272
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
412 |
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 `d3u8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9880 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `d3u8_cart_product` cp JOIN `d3u8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `d3u8_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` = 9880 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.271
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
491 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.270
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
256 |
SELECT SQL_NO_CACHE * FROM `d3u8_state` ORDER BY `name` ASC |
1.264
ms
|
404 |
Yes
|
|
/classes/Country.php:155
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:349 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductActions)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/stripe_official/stripe_official.php:1777 (exec)
/classes/Hook.php:1077 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
142 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9826
AND image_shop.`cover` = 1 LIMIT 1 |
1.252
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
278 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 |
1.248
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1469
/modules/sameprice/sameprice.php:613 (getConfigsText)
/modules/sameprice/sameprice.php:552 (getConfigsByProduct)
/classes/Hook.php:1077 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/d5/d4/08/d5d40842395ac59695a4ff92dca16ff9c1676c47_2.file.product-prices.tpl.php:66 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a88b048_38190853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:229 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:814 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
302 |
SELECT SQL_NO_CACHE `id_state`, `id_country`, `id_zone`, `iso_code`, `name`, `active`
FROM `d3u8_state`
ORDER BY `name` ASC |
1.236
ms
|
404 |
Yes
|
|
/classes/State.php:74
/modules/estimateddeliverydate/estimateddeliverydate.php:361 (getStates)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
308 |
SELECT SQL_NO_CACHE `id_model` FROM `d3u8_realistore`
WHERE `id_product` = 9842
AND `id_shop` = 1
AND `id_shop_group` = 1 |
1.230
ms
|
1085 |
|
|
/modules/realistore/classes/RealiStoreData.php:112
/modules/realistore/realistore.php:505 (getIdModel)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
376 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.229
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
593 |
SELECT SQL_NO_CACHE `id_state`, `id_country`, `id_zone`, `iso_code`, `name`, `active`
FROM `d3u8_state`
ORDER BY `name` ASC |
1.221
ms
|
404 |
Yes
|
|
/classes/State.php:74
/modules/estimateddeliverydate/estimateddeliverydate.php:361 (getStates)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
238 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9859) AND (b.`id_shop` = 1) LIMIT 1 |
1.219
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)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
514 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.214
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
604 |
SELECT SQL_NO_CACHE * FROM `d3u8_state` ORDER BY `name` ASC |
1.209
ms
|
404 |
Yes
|
|
/classes/Country.php:155
/modules/estimateddeliverydate/estimateddeliverydate.php:363 (getCountries)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
191 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:43" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:43" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.207
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
295 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
1.205
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:362 (getData)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
300 |
SELECT SQL_NO_CACHE `id_model` FROM `d3u8_realistore`
WHERE `id_product` = 9826
AND `id_shop` = 1
AND `id_shop_group` = 1 |
1.204
ms
|
1085 |
|
|
/modules/realistore/classes/RealiStoreData.php:112
/modules/realistore/realistore.php:505 (getIdModel)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
386 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9880) |
1.200
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
549 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9052) AND (b.`id_shop` = 1) LIMIT 1 |
1.194
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
362 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9111) LIMIT 1 |
1.191
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
88 |
SELECT SQL_NO_CACHE cc.name
FROM d3u8_cookiesplus_cookie cc LEFT JOIN d3u8_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 1
AND ccl.`id_lang` = 2 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
1.188
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1223 (getCookiesPlusCookies)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:993 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
355 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9111) |
1.185
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
385 |
SELECT SQL_NO_CACHE 1 FROM `d3u8_specific_price` WHERE id_product = 9880 LIMIT 1 |
1.183
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
518 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_lang`
WHERE `id_product` = 9899 AND `id_shop` = 1 |
1.183
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `d3u8_lang` a
LEFT JOIN `d3u8_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1 |
1.178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:38 (require)
|
555 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10009) AND (b.`id_shop` = 1) LIMIT 1 |
1.178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
102 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `d3u8_product_attribute` pa INNER JOIN d3u8_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` = 9859 |
1.171
ms
|
1 |
|
|
/classes/Product.php:7492
/classes/Product.php:7572 (getProductAttributesIds)
/controllers/front/ProductController.php:1064 (hasCombinations)
/controllers/front/ProductController.php:604 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
145 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9826) |
1.171
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
513 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9899)
GROUP BY a0.`id_supplier` |
1.170
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
163 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:43" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:43" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.166
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
94 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:42" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:42" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.165
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4164 (getPriceStatic)
/controllers/front/ProductController.php:328 (getPrice)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
38 |
SELECT SQL_NO_CACHE value FROM `d3u8_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
1.161
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Currency.php:968 (isFeatureActive)
/classes/Currency.php:890 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
374 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9111 LIMIT 1 |
1.158
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
216 |
SELECT SQL_NO_CACHE name FROM d3u8_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 156 LIMIT 1 |
1.151
ms
|
1 |
|
|
/classes/Product.php:5655
/controllers/front/ProductController.php:1213 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
209 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9826) AND (b.`id_shop` = 1) LIMIT 1 |
1.148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
354 |
SELECT SQL_NO_CACHE 1 FROM `d3u8_specific_price` WHERE id_product = 9111 LIMIT 1 |
1.146
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
503 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.143
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
642 |
SELECT SQL_NO_CACHE *
FROM `d3u8_cms` a
LEFT JOIN `d3u8_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `d3u8_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 25) AND (b.`id_shop` = 1) LIMIT 1 |
1.139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/var/cache/dev/smarty/compile/child_classic/9f/53/de/9f53de4fca117f0a624166b18c03bbf8790dcdef_2.file.cookies-notice.tpl.php:281 (getCMSLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c679de91a0_35025202)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2232 (fetch)
/modules/cookiesplus/cookiesplus.php:1437 (display)
/modules/cookiesplus/cookiesplus.php:1483 (hookFooter)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
392 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `d3u8_feature_product` fp
LEFT JOIN `d3u8_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 9880 |
1.138
ms
|
2 |
|
|
/classes/Product.php:4835
/modules/sameprice/classes/SamepriceConfiguration.php:330 (getFeaturesStatic)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
522 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.137
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
500 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.136
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
200 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:43" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:43" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.131
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
448 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9864) |
1.131
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
531 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.129
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
264 |
SELECT SQL_NO_CACHE `id_model` FROM `d3u8_realistore`
WHERE `id_product` = 9859
AND `id_shop` = 1
AND `id_shop_group` = 1 |
1.125
ms
|
1085 |
|
|
/modules/realistore/classes/RealiStoreData.php:112
/override/controllers/front/ProductController.php:27 (getIdModel)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
393 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9880) LIMIT 1 |
1.122
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
508 |
SELECT SQL_NO_CACHE name FROM d3u8_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 156 LIMIT 1 |
1.120
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
13 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `d3u8_lang` l
JOIN d3u8_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
1.115
ms
|
5 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
230 |
SELECT SQL_NO_CACHE 1 FROM `d3u8_cart_rule` WHERE ((date_to >= "2024-12-21 00:00:00" AND date_to <= "2024-12-21 23:59:59") OR (date_from >= "2024-12-21 00:00:00" AND date_from <= "2024-12-21 23:59:59") OR (date_from < "2024-12-21 00:00:00" AND date_to > "2024-12-21 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
1.113
ms
|
10 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3067 (getCustomerCartRules)
/classes/Cart.php:3451 (getDeliveryOptionList)
/classes/Cart.php:3524 (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:2189 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
586 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
1.109
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:362 (getData)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
599 |
SELECT SQL_NO_CACHE `id_model` FROM `d3u8_realistore`
WHERE `id_product` = 10009
AND `id_shop` = 1
AND `id_shop_group` = 1 |
1.108
ms
|
1085 |
|
|
/modules/realistore/classes/RealiStoreData.php:112
/modules/realistore/realistore.php:505 (getIdModel)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
289 |
SELECT SQL_NO_CACHE * FROM `d3u8_psreassurance` pr
LEFT JOIN d3u8_psreassurance_lang prl ON (pr.id_psreassurance = prl.id_psreassurance)
WHERE prl.id_lang = "2"
AND pr.status = 1
ORDER BY pr.position |
1.106
ms
|
4 |
Yes
|
|
/modules/blockreassurance/classes/ReassuranceActivity.php:159
/modules/blockreassurance/blockreassurance.php:498 (getAllBlockByStatus)
/modules/blockreassurance/blockreassurance.php:388 (renderTemplateInHook)
/classes/Hook.php:1077 (hookdisplayReassurance)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:386 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:827 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
203 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM d3u8_feature_product pf
LEFT JOIN d3u8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN d3u8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN d3u8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN d3u8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9842
ORDER BY f.position ASC |
1.102
ms
|
2 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
36 |
SELECT SQL_NO_CACHE * FROM `d3u8_currency` c ORDER BY `iso_code` ASC |
1.100
ms
|
2 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
510 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9899) |
1.099
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
363 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_lang`
WHERE `id_product` = 9111 AND `id_shop` = 1 |
1.097
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
424 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9052) LIMIT 1 |
1.096
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
402 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9880 LIMIT 1 |
1.095
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
400 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9880)
GROUP BY a0.`id_supplier` |
1.092
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
183 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9842) LIMIT 1 |
1.089
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
534 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.087
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
617 |
SELECT SQL_NO_CACHE *
FROM d3u8_meta m
LEFT JOIN d3u8_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
1.087
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
364 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9111) |
1.086
ms
|
1 |
|
|
/modules/sameprice/sameprice.php:345
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
403 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9880)
GROUP BY a0.`id_supplier` |
1.086
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
507 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9899
AND image_shop.`cover` = 1 LIMIT 1 |
1.083
ms
|
9 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
509 |
SELECT SQL_NO_CACHE 1 FROM `d3u8_specific_price` WHERE id_product = 9899 LIMIT 1 |
1.083
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
346 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9119 LIMIT 1 |
1.082
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
117 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9825)
GROUP BY a0.`id_supplier` |
1.081
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
353 |
SELECT SQL_NO_CACHE name FROM d3u8_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 156 LIMIT 1 |
1.081
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
252 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
1.075
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:346 (getData)
/classes/Hook.php:1077 (hookDisplayProductActions)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/stripe_official/stripe_official.php:1777 (exec)
/classes/Hook.php:1077 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
120 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `d3u8_feature_product` fp
LEFT JOIN `d3u8_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 9825 |
1.073
ms
|
2 |
|
|
/classes/Product.php:4835
/modules/sameprice/classes/SamepriceConfiguration.php:330 (getFeaturesStatic)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
359 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.072
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
331 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9119) LIMIT 1 |
1.069
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
530 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9899)
GROUP BY a0.`id_supplier` |
1.066
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
222 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:43" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:43" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.062
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/controllers/front/ProductController.php:1213 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
390 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.062
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
352 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9111
AND image_shop.`cover` = 1 LIMIT 1 |
1.060
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
67 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:42" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:42" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.058
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
152 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9826) LIMIT 1 |
1.054
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
218 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9859)
GROUP BY a0.`id_supplier` |
1.053
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/controllers/front/ProductController.php:1213 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
212 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `d3u8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 9842
ORDER BY `position` |
1.053
ms
|
9 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
180 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:43" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:43" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.052
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
160 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:43" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:43" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.051
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
173 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9842
AND image_shop.`cover` = 1 LIMIT 1 |
1.051
ms
|
9 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
479 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10009) |
1.044
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
149 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:42" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:42" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.041
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
622 |
SELECT SQL_NO_CACHE *
FROM `d3u8_cms` a
LEFT JOIN `d3u8_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1 |
1.035
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
135 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:42" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:42" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.033
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
332 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_lang`
WHERE `id_product` = 9119 AND `id_shop` = 1 |
1.033
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
485 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `d3u8_feature_product` fp
LEFT JOIN `d3u8_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 10009 |
1.032
ms
|
2 |
|
|
/classes/Product.php:4835
/modules/sameprice/classes/SamepriceConfiguration.php:330 (getFeaturesStatic)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
401 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.029
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
435 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.029
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
71 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9859) LIMIT 1 |
1.020
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
279 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
1.020
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:346 (getData)
/classes/Hook.php:1077 (hookDisplayProductActions)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/73/84/ab/7384abf6e4dc1c455435300cd35b664ea791e7dc_2.file.product-add-to-cart.tpl.php:94 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/73/84/ab/7384abf6e4dc1c455435300cd35b664ea791e7dc_2.file.product-add-to-cart.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a8ea160_52624615)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:306 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:362 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:820 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
487 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_lang`
WHERE `id_product` = 10009 AND `id_shop` = 1 |
1.016
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
60 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `d3u8_product` p
INNER JOIN d3u8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 9859
AND DATEDIFF("2024-12-21 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
1.014
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
519 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9899) |
1.012
ms
|
1 |
|
|
/modules/sameprice/sameprice.php:345
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
87 |
SELECT SQL_NO_CACHE `name`, `active`, `position`
FROM `d3u8_pscheckout_funding_source`
WHERE `id_shop` = 1 |
1.012
ms
|
12 |
|
|
/modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:90
/modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:59 (getAll)
/modules/ps_checkout/src/FundingSource/FundingSourceConfiguration.php:48 (get)
/modules/ps_checkout/src/FundingSource/FundingSourceCollectionBuilder.php:54 (getPosition)
/modules/ps_checkout/src/FundingSource/FundingSourceProvider.php:58 (create)
/var/cache/dev/Ps_checkout8422FrontContainer.php:467 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getFundingSourceProviderService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1516 (getService)
/modules/ps_checkout/ps_checkout.php:951 (getService)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:993 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
293 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
1.011
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:296 (getData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
498 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 10009 LIMIT 1 |
1.010
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
640 |
SELECT SQL_NO_CACHE *
FROM d3u8_cookiesplus_cookie cc LEFT JOIN d3u8_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 3
AND ccl.`id_lang` = 2 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
1.007
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1336 (getCookiesPlusCookies)
/modules/cookiesplus/cookiesplus.php:1483 (hookFooter)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
95 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9859 LIMIT 1 |
1.006
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4255 (getPriceStatic)
/controllers/front/ProductController.php:329 (getPriceWithoutReduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
528 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.005
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
122 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_lang`
WHERE `id_product` = 9825 AND `id_shop` = 1 |
1.005
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
96 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9859)
GROUP BY a0.`id_supplier` |
1.004
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4255 (getPriceStatic)
/controllers/front/ProductController.php:329 (getPriceWithoutReduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
367 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
1.003
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
57 |
SELECT SQL_NO_CACHE tr.*
FROM `d3u8_tax_rule` tr
JOIN `d3u8_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 23
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1.002
ms
|
1 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:6895 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
168 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9826)
GROUP BY a0.`id_supplier` |
1.001
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
176 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9842) |
1.000
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `d3u8_module` m
LEFT JOIN `d3u8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.998
ms
|
49 |
|
|
/classes/module/Module.php:345
/modules/cookiesplus/cookiesplus.php:51 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
343 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9119 LIMIT 1 |
0.995
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
517 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9899) LIMIT 1 |
0.993
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
441 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.991
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
620 |
SELECT SQL_NO_CACHE *
FROM `d3u8_cms` a
LEFT JOIN `d3u8_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1 |
0.991
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
591 |
SELECT SQL_NO_CACHE `id_model` FROM `d3u8_realistore`
WHERE `id_product` = 9864
AND `id_shop` = 1
AND `id_shop_group` = 1 |
0.989
ms
|
1085 |
|
|
/modules/realistore/classes/RealiStoreData.php:112
/modules/realistore/realistore.php:505 (getIdModel)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
492 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 10009 LIMIT 1 |
0.987
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
210 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `d3u8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 9826
ORDER BY `position` |
0.986
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
219 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:43" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:43" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.986
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/controllers/front/ProductController.php:1213 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
394 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_lang`
WHERE `id_product` = 9880 AND `id_shop` = 1 |
0.984
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
169 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:43" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:43" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.982
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
342 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.976
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
317 |
SELECT SQL_NO_CACHE *
FROM `d3u8_category` a
LEFT JOIN `d3u8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 156) LIMIT 1 |
0.974
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:238 (__construct)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
107 |
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 `d3u8_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` = 9859 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2024-12-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-12-21 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.973
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:656
/controllers/front/ProductController.php:607 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
225 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:43" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:43" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.973
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/controllers/front/ProductController.php:1213 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
324 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9119) |
0.969
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
153 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_lang`
WHERE `id_product` = 9826 AND `id_shop` = 1 |
0.964
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
345 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.961
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
197 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:43" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:43" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.958
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
533 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9899)
GROUP BY a0.`id_supplier` |
0.958
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
74 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9859) |
0.957
ms
|
1 |
|
|
/modules/sameprice/sameprice.php:345
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
486 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10009) LIMIT 1 |
0.956
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
611 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM d3u8_link_block lb
INNER JOIN d3u8_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 45 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.950
ms
|
2 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
379 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.949
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
361 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `d3u8_feature_product` fp
LEFT JOIN `d3u8_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 9111 |
0.947
ms
|
4 |
|
|
/classes/Product.php:4835
/modules/sameprice/classes/SamepriceConfiguration.php:330 (getFeaturesStatic)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
175 |
SELECT SQL_NO_CACHE 1 FROM `d3u8_specific_price` WHERE id_product = 9842 LIMIT 1 |
0.945
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
643 |
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `d3u8_trustedshops_channel`
WHERE (id_client = '6bc93ab1a6cd__PrestaShop') AND (id_lang = 2) AND (id_shop = 1) LIMIT 1 |
0.944
ms
|
5 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:99
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:708 (getChannelByClientIdLangShop)
/modules/trustedshopseasyintegration/src/Service/HookService.php:100 (getChannelFromIdShopIdLang)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:280 (getTrustbadge)
:undefined (displayTrustbadge)
/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108 (call_user_func)
/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:183 (dispatch)
/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:207 (handleExtensionsHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
414 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9052
AND image_shop.`cover` = 1 LIMIT 1 |
0.943
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
436 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9052 LIMIT 1 |
0.942
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
408 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9880 LIMIT 1 |
0.941
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
445 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9864
AND image_shop.`cover` = 1 LIMIT 1 |
0.941
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
576 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
0.938
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:296 (getData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
126 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:42" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:42" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.935
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
437 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9052)
GROUP BY a0.`id_supplier` |
0.931
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
631 |
SELECT SQL_NO_CACHE *
FROM `d3u8_cms_lang`
WHERE `id_cms` = 25 AND `id_shop` = 1 |
0.927
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
455 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product` a
LEFT JOIN `d3u8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9864) LIMIT 1 |
0.925
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
483 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.921
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
634 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
0.920
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
469 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.920
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
497 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.919
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
72 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_lang`
WHERE `id_product` = 9859 AND `id_shop` = 1 |
0.917
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
32 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `d3u8_module` m
LEFT JOIN `d3u8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.916
ms
|
49 |
|
|
/classes/module/Module.php:345
/modules/psxdesign/psxdesign.php:68 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:39 (dispatch)
|
39 |
SELECT SQL_NO_CACHE c.id_currency
FROM `d3u8_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.913
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
166 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:43" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:43" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.913
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
383 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9880
AND image_shop.`cover` = 1 LIMIT 1 |
0.912
ms
|
14 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
398 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.911
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
35 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `d3u8_module` m
LEFT JOIN `d3u8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.910
ms
|
49 |
|
|
/classes/module/Module.php:345
/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:106 (__construct)
/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:160 (__mConstruct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:39 (dispatch)
|
320 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `d3u8_image` i
INNER JOIN d3u8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9119
AND image_shop.`cover` = 1 LIMIT 1 |
0.909
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
525 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.909
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
229 |
SELECT SQL_NO_CACHE *
FROM `d3u8_manufacturer` a
LEFT JOIN `d3u8_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `d3u8_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 43) LIMIT 1 |
0.907
ms
|
0 |
|
|
/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)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
184 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_lang`
WHERE `id_product` = 9842 AND `id_shop` = 1 |
0.906
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
629 |
SELECT SQL_NO_CACHE *
FROM `d3u8_cms_lang`
WHERE `id_cms` = 24 AND `id_shop` = 1 |
0.906
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
613 |
SELECT SQL_NO_CACHE *
FROM `d3u8_link_block_lang`
WHERE `id_link_block` = 1 |
0.904
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
37 |
SELECT SQL_NO_CACHE `id_lang` FROM `d3u8_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.904
ms
|
5 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
560 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
0.903
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:296 (getData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
438 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.901
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
429 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.900
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
40 |
SELECT SQL_NO_CACHE *
FROM `d3u8_currency` a
LEFT JOIN `d3u8_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `d3u8_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.899
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
452 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.897
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
590 |
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `d3u8_trustedshops_channel`
WHERE (id_client = '6bc93ab1a6cd__PrestaShop') AND (id_lang = 2) AND (id_shop = 1) LIMIT 1 |
0.894
ms
|
5 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:99
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:708 (getChannelByClientIdLangShop)
/modules/trustedshopseasyintegration/src/Service/HookService.php:113 (getChannelFromIdShopIdLang)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:315 (getWidget)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:191 (getWidgetModels)
:undefined (displayProductListReviews)
/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108 (call_user_func)
/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:183 (dispatch)
/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:207 (handleExtensionsHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
463 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.894
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
451 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9864)
GROUP BY a0.`id_supplier` |
0.892
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
614 |
SELECT SQL_NO_CACHE *
FROM `d3u8_link_block` a
LEFT JOIN `d3u8_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1 |
0.891
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
516 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `d3u8_feature_product` fp
LEFT JOIN `d3u8_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 9899 |
0.889
ms
|
2 |
|
|
/classes/Product.php:4835
/modules/sameprice/classes/SamepriceConfiguration.php:330 (getFeaturesStatic)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
494 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.889
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
404 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.888
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
309 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
0.887
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:296 (getData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
384 |
SELECT SQL_NO_CACHE name FROM d3u8_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 156 LIMIT 1 |
0.886
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
336 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.885
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
119 |
SELECT SQL_NO_CACHE `id_category` FROM `d3u8_category_product`
WHERE `id_product` = 9825 |
0.884
ms
|
6 |
|
|
/classes/Product.php:3423
/modules/sameprice/classes/SamepriceConfiguration.php:329 (getProductCategories)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
466 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.884
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
6 |
SELECT SQL_NO_CACHE *
FROM `d3u8_country` a
LEFT JOIN `d3u8_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `d3u8_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.883
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:38 (require)
|
17 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `d3u8_hook_alias` |
0.883
ms
|
87 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
584 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
0.880
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:296 (getData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
472 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.876
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
77 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM d3u8_tag t
LEFT JOIN d3u8_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=9859 |
0.875
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
179 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9842)
GROUP BY a0.`id_supplier` |
0.874
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
235 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `d3u8_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 156 LIMIT 1 |
0.874
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
339 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.874
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
21 |
SELECT SQL_NO_CACHE *
FROM d3u8_cookiesplus_finality cf LEFT JOIN d3u8_cookiesplus_finality_lang cfl on cf.`id_cookiesplus_finality` = cfl.`id_cookiesplus_finality`
WHERE
cfl.`id_lang` = 2 AND cf.`active` = 1 AND cf.`id_shop` = 1
ORDER BY `position`; |
0.873
ms
|
4 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusFinality.php:98
/modules/cookiesplus/cookiesplus.php:2272 (getCookiesPlusFinalities)
/modules/cookiesplus/cookiesplus.php:1723 (initializeCookiesPlusPreferences)
/classes/Hook.php:1077 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
291 |
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `d3u8_trustedshops_channel`
WHERE (id_client = '6bc93ab1a6cd__PrestaShop') AND (id_lang = 2) AND (id_shop = 1) LIMIT 1 |
0.873
ms
|
5 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:99
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:708 (getChannelByClientIdLangShop)
/modules/trustedshopseasyintegration/src/Service/HookService.php:113 (getChannelFromIdShopIdLang)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:315 (getWidget)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:191 (getWidgetModels)
:undefined (displayProductListReviews)
/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108 (call_user_func)
/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:183 (dispatch)
/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:207 (handleExtensionsHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
410 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.870
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `d3u8_lang` l
LEFT JOIN `d3u8_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.869
ms
|
5 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:38 (require)
|
366 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9111)
GROUP BY a0.`id_supplier` |
0.868
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
447 |
SELECT SQL_NO_CACHE 1 FROM `d3u8_specific_price` WHERE id_product = 9864 LIMIT 1 |
0.866
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
391 |
SELECT SQL_NO_CACHE `id_category` FROM `d3u8_category_product`
WHERE `id_product` = 9880 |
0.865
ms
|
8 |
|
|
/classes/Product.php:3423
/modules/sameprice/classes/SamepriceConfiguration.php:329 (getProductCategories)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
467 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9864 LIMIT 1 |
0.865
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
470 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9864 LIMIT 1 |
0.864
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
504 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `d3u8_stock_available`
WHERE (id_product = 10009) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.864
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
287 |
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `d3u8_trustedshops_channel`
WHERE (id_client = '6bc93ab1a6cd__PrestaShop') AND (id_lang = 2) AND (id_shop = 1) LIMIT 1 |
0.863
ms
|
5 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:99
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:708 (getChannelByClientIdLangShop)
/modules/trustedshopseasyintegration/src/Service/HookService.php:113 (getChannelFromIdShopIdLang)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:315 (getWidget)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:112 (getWidgetModels)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:100 (displayProductAdditionalInfo)
:undefined (displayProductButtons)
/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108 (call_user_func)
/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:183 (dispatch)
/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:207 (handleExtensionsHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/fc/c7/40/fcc7408e1e1a6684dae407e01d10ebb5cf247317_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a929674_66119001)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:318 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:367 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:820 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
321 |
SELECT SQL_NO_CACHE name FROM d3u8_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 156 LIMIT 1 |
0.863
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
407 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.863
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
432 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.863
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
223 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9859 LIMIT 1 |
0.862
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/controllers/front/ProductController.php:1213 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
265 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
0.860
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f10cf6e2_64563439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:198 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
574 |
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `d3u8_trustedshops_channel`
WHERE (id_client = '6bc93ab1a6cd__PrestaShop') AND (id_lang = 2) AND (id_shop = 1) LIMIT 1 |
0.860
ms
|
5 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:99
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:708 (getChannelByClientIdLangShop)
/modules/trustedshopseasyintegration/src/Service/HookService.php:113 (getChannelFromIdShopIdLang)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:315 (getWidget)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:191 (getWidgetModels)
:undefined (displayProductListReviews)
/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108 (call_user_func)
/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:183 (dispatch)
/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:207 (handleExtensionsHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
20 |
SELECT SQL_NO_CACHE name, alias FROM `d3u8_hook_alias` |
0.857
ms
|
87 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:974 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
201 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `d3u8_stock_available`
WHERE (id_product = 9842) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.856
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
132 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:42" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:42" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.854
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
527 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9899)
GROUP BY a0.`id_supplier` |
0.853
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
421 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.851
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
286 |
SELECT SQL_NO_CACHE `name`
FROM `d3u8_hook`
WHERE `id_hook` = 1048 LIMIT 1 |
0.850
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:911 (getNameById)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/fc/c7/40/fcc7408e1e1a6684dae407e01d10ebb5cf247317_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a929674_66119001)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:318 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:367 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:820 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
456 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_lang`
WHERE `id_product` = 9864 AND `id_shop` = 1 |
0.850
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
378 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9111)
GROUP BY a0.`id_supplier` |
0.849
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
66 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9859)
GROUP BY a0.`id_supplier` |
0.846
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
157 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:43" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:43" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.846
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
340 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9119 LIMIT 1 |
0.846
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
373 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(32, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.846
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
92 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9859 LIMIT 1 |
0.845
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4164 (getPriceStatic)
/controllers/front/ProductController.php:328 (getPrice)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
627 |
SELECT SQL_NO_CACHE *
FROM `d3u8_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1 |
0.843
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
568 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
0.843
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:296 (getData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
33 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `d3u8_module` m
LEFT JOIN `d3u8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.841
ms
|
49 |
|
|
/classes/module/Module.php:345
/modules/jprestaspeedpack/jprestaspeedpack.php:204 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:39 (dispatch)
|
636 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `d3u8_country`
WHERE `id_country` = 8 LIMIT 1 |
0.839
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:98 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
426 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9052) |
0.838
ms
|
1 |
|
|
/modules/sameprice/sameprice.php:345
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
22 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `d3u8_module` m
LEFT JOIN `d3u8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.837
ms
|
49 |
|
|
/classes/module/Module.php:345
/modules/advancedemailguard/advancedemailguard.php:247 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
307 |
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `d3u8_trustedshops_channel`
WHERE (id_client = '6bc93ab1a6cd__PrestaShop') AND (id_lang = 2) AND (id_shop = 1) LIMIT 1 |
0.836
ms
|
5 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:99
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:708 (getChannelByClientIdLangShop)
/modules/trustedshopseasyintegration/src/Service/HookService.php:113 (getChannelFromIdShopIdLang)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:315 (getWidget)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:191 (getWidgetModels)
:undefined (displayProductListReviews)
/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108 (call_user_func)
/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:183 (dispatch)
/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:207 (handleExtensionsHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
303 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
0.835
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:362 (getData)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
213 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `d3u8_product_attribute` pa INNER JOIN d3u8_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` = 9859 |
0.832
ms
|
1 |
|
|
/classes/Product.php:7492
/classes/Product.php:7572 (getProductAttributesIds)
/controllers/front/ProductController.php:1064 (hasCombinations)
/controllers/front/ProductController.php:1205 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
333 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9119) |
0.831
ms
|
1 |
|
|
/modules/sameprice/sameprice.php:345
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
615 |
SELECT SQL_NO_CACHE *
FROM `d3u8_link_block_lang`
WHERE `id_link_block` = 2 |
0.831
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
237 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `d3u8_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 156 LIMIT 1 |
0.828
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
369 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9111)
GROUP BY a0.`id_supplier` |
0.826
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
460 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:44" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:44" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.826
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
220 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9859 LIMIT 1 |
0.823
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/controllers/front/ProductController.php:1213 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
217 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9859 LIMIT 1 |
0.822
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/controllers/front/ProductController.php:1213 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
440 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9052)
GROUP BY a0.`id_supplier` |
0.821
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
562 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
0.819
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:362 (getData)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
641 |
SELECT SQL_NO_CACHE *
FROM d3u8_cookiesplus_cookie cc LEFT JOIN d3u8_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 4
AND ccl.`id_lang` = 2 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
0.819
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1336 (getCookiesPlusCookies)
/modules/cookiesplus/cookiesplus.php:1483 (hookFooter)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
329 |
SELECT SQL_NO_CACHE `id_category` FROM `d3u8_category_product`
WHERE `id_product` = 9119 |
0.816
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/sameprice/classes/SamepriceConfiguration.php:329 (getProductCategories)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
161 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9826 LIMIT 1 |
0.814
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
416 |
SELECT SQL_NO_CACHE 1 FROM `d3u8_specific_price` WHERE id_product = 9052 LIMIT 1 |
0.811
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
130 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9825 LIMIT 1 |
0.810
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
632 |
SELECT SQL_NO_CACHE *
FROM d3u8_meta m
LEFT JOIN d3u8_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.810
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
221 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9859)
GROUP BY a0.`id_supplier` |
0.809
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/controllers/front/ProductController.php:1213 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
93 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9859)
GROUP BY a0.`id_supplier` |
0.809
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4164 (getPriceStatic)
/controllers/front/ProductController.php:328 (getPrice)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
281 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
0.808
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:362 (getData)
/modules/estimateddeliverydate/estimateddeliverydate.php:349 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductActions)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/73/84/ab/7384abf6e4dc1c455435300cd35b664ea791e7dc_2.file.product-add-to-cart.tpl.php:94 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/73/84/ab/7384abf6e4dc1c455435300cd35b664ea791e7dc_2.file.product-add-to-cart.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a8ea160_52624615)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:306 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:362 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:820 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
98 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `d3u8_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
0.807
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Category.php:1998 (getInterval)
/controllers/front/ProductController.php:889 (inShop)
/controllers/front/ProductController.php:368 (assignCategory)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
188 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:43" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:43" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.807
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
578 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
0.807
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:362 (getData)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
335 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9119)
GROUP BY a0.`id_supplier` |
0.807
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
484 |
SELECT SQL_NO_CACHE `id_category` FROM `d3u8_category_product`
WHERE `id_product` = 10009 |
0.806
ms
|
4 |
|
|
/classes/Product.php:3423
/modules/sameprice/classes/SamepriceConfiguration.php:329 (getProductCategories)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
69 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `d3u8_feature_product` fp
LEFT JOIN `d3u8_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 9859 |
0.804
ms
|
2 |
|
|
/classes/Product.php:4835
/modules/sameprice/classes/SamepriceConfiguration.php:330 (getFeaturesStatic)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
371 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9111 LIMIT 1 |
0.802
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
532 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9899 LIMIT 1 |
0.801
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
619 |
SELECT SQL_NO_CACHE *
FROM d3u8_meta m
LEFT JOIN d3u8_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.801
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
431 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9052)
GROUP BY a0.`id_supplier` |
0.801
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
496 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 10009)
GROUP BY a0.`id_supplier` |
0.801
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
502 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 10009)
GROUP BY a0.`id_supplier` |
0.797
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
224 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9859)
GROUP BY a0.`id_supplier` |
0.796
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/controllers/front/ProductController.php:1213 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
389 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9880)
GROUP BY a0.`id_supplier` |
0.796
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
26 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `d3u8_module` m
LEFT JOIN `d3u8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.794
ms
|
49 |
|
|
/classes/module/Module.php:345
/modules/ps_eventbus/ps_eventbus.php:204 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:39 (dispatch)
|
185 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9842) |
0.794
ms
|
1 |
|
|
/modules/sameprice/sameprice.php:345
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
377 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9111 LIMIT 1 |
0.794
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
433 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9052 LIMIT 1 |
0.792
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
44 |
SELECT SQL_NO_CACHE *
FROM `d3u8_currency` a
LEFT JOIN `d3u8_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `d3u8_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.790
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
114 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9825) |
0.789
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
594 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
0.789
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:362 (getData)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
41 |
SELECT SQL_NO_CACHE `id_lang` FROM `d3u8_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.788
ms
|
5 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
231 |
SELECT SQL_NO_CACHE 1 FROM `d3u8_cart_rule` WHERE ((date_to >= "2024-12-21 00:00:00" AND date_to <= "2024-12-21 23:59:59") OR (date_from >= "2024-12-21 00:00:00" AND date_from <= "2024-12-21 23:59:59") OR (date_from < "2024-12-21 00:00:00" AND date_to > "2024-12-21 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.784
ms
|
10 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
151 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `d3u8_feature_product` fp
LEFT JOIN `d3u8_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 9826 |
0.784
ms
|
2 |
|
|
/classes/Product.php:4835
/modules/sameprice/classes/SamepriceConfiguration.php:330 (getFeaturesStatic)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
61 |
SELECT SQL_NO_CACHE 1 FROM `d3u8_specific_price` WHERE id_product = 0 LIMIT 1 |
0.783
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
341 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9119)
GROUP BY a0.`id_supplier` |
0.781
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
158 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9826 LIMIT 1 |
0.780
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
454 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `d3u8_feature_product` fp
LEFT JOIN `d3u8_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 9864 |
0.776
ms
|
2 |
|
|
/classes/Product.php:4835
/modules/sameprice/classes/SamepriceConfiguration.php:330 (getFeaturesStatic)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
99 |
SELECT SQL_NO_CACHE id_shop
FROM `d3u8_category_shop`
WHERE `id_category` = 156
AND id_shop = 1 LIMIT 1 |
0.775
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/controllers/front/ProductController.php:889 (isAssociatedToShop)
/controllers/front/ProductController.php:368 (assignCategory)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
182 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `d3u8_feature_product` fp
LEFT JOIN `d3u8_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 9842 |
0.775
ms
|
2 |
|
|
/classes/Product.php:4835
/modules/sameprice/classes/SamepriceConfiguration.php:330 (getFeaturesStatic)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
501 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 10009 LIMIT 1 |
0.773
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `d3u8_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.772
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:38 (require)
|
63 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9859) |
0.772
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
316 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `d3u8_currency` c
LEFT JOIN d3u8_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.772
ms
|
2 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2204 (isMultiCurrencyActivated)
/modules/ps_categoryproducts/ps_categoryproducts.php:358 (getCacheId)
/modules/ps_categoryproducts/ps_categoryproducts.php:231 (getInformationFromConfiguration)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
368 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9111 LIMIT 1 |
0.771
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
196 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9842)
GROUP BY a0.`id_supplier` |
0.769
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
299 |
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `d3u8_trustedshops_channel`
WHERE (id_client = '6bc93ab1a6cd__PrestaShop') AND (id_lang = 2) AND (id_shop = 1) LIMIT 1 |
0.767
ms
|
5 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:99
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:708 (getChannelByClientIdLangShop)
/modules/trustedshopseasyintegration/src/Service/HookService.php:113 (getChannelFromIdShopIdLang)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:315 (getWidget)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:191 (getWidgetModels)
:undefined (displayProductListReviews)
/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108 (call_user_func)
/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:183 (dispatch)
/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:207 (handleExtensionsHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
134 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9825)
GROUP BY a0.`id_supplier` |
0.766
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
194 |
SELECT SQL_NO_CACHE gi.* FROM `d3u8_sameprice_configuration` gi WHERE (date_from <= "2024-12-21 15:05:43" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2024-12-21 15:05:43" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" OR FIND_IN_SET(36, REPLACE(gi.suppliers, ";", ",")) > 0) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(2, REPLACE(gi.languages, ";", ",")) > 0) AND (gi.countries = "" OR FIND_IN_SET(8, REPLACE(gi.countries, ";", ",")) > 0) |
0.762
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:277
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
417 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9052) |
0.762
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
592 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
0.761
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:296 (getData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
326 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9119 LIMIT 1 |
0.760
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
83 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `d3u8_product_attribute` pa INNER JOIN d3u8_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` = 9859 |
0.758
ms
|
1 |
|
|
/classes/Product.php:7492
/classes/Product.php:7572 (getProductAttributesIds)
/controllers/front/ProductController.php:85 (hasCombinations)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
136 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9825 LIMIT 1 |
0.758
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
612 |
SELECT SQL_NO_CACHE *
FROM `d3u8_link_block` a
LEFT JOIN `d3u8_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1 |
0.758
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
344 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9119)
GROUP BY a0.`id_supplier` |
0.757
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
112 |
SELECT SQL_NO_CACHE name FROM d3u8_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 156 LIMIT 1 |
0.756
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
524 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9899)
GROUP BY a0.`id_supplier` |
0.754
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
529 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9899 LIMIT 1 |
0.754
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
181 |
SELECT SQL_NO_CACHE `id_category` FROM `d3u8_category_product`
WHERE `id_product` = 9842 |
0.751
ms
|
6 |
|
|
/classes/Product.php:3423
/modules/sameprice/classes/SamepriceConfiguration.php:329 (getProductCategories)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
239 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `d3u8_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 156 LIMIT 1 |
0.751
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
570 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
0.751
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:362 (getData)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
159 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9826)
GROUP BY a0.`id_supplier` |
0.750
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
526 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9899 LIMIT 1 |
0.750
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
478 |
SELECT SQL_NO_CACHE 1 FROM `d3u8_specific_price` WHERE id_product = 10009 LIMIT 1 |
0.749
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
600 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
0.749
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:296 (getData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
618 |
SELECT SQL_NO_CACHE *
FROM d3u8_meta m
LEFT JOIN d3u8_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.748
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
165 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9826)
GROUP BY a0.`id_supplier` |
0.748
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
423 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `d3u8_feature_product` fp
LEFT JOIN `d3u8_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 9052 |
0.748
ms
|
4 |
|
|
/classes/Product.php:4835
/modules/sameprice/classes/SamepriceConfiguration.php:330 (getFeaturesStatic)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
323 |
SELECT SQL_NO_CACHE 1 FROM `d3u8_specific_price` WHERE id_product = 9119 LIMIT 1 |
0.746
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
338 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9119)
GROUP BY a0.`id_supplier` |
0.746
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
113 |
SELECT SQL_NO_CACHE 1 FROM `d3u8_specific_price` WHERE id_product = 9825 LIMIT 1 |
0.745
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
459 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9864)
GROUP BY a0.`id_supplier` |
0.745
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
380 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `d3u8_stock_available`
WHERE (id_product = 9111) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.744
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
635 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1 |
0.744
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
243 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `d3u8_country`
WHERE `id_country` = 8 LIMIT 1 |
0.742
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
442 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `d3u8_stock_available`
WHERE (id_product = 9052) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.739
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
12 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM d3u8_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.736
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:38 (require)
|
68 |
SELECT SQL_NO_CACHE `id_category` FROM `d3u8_category_product`
WHERE `id_product` = 9859 |
0.735
ms
|
6 |
|
|
/classes/Product.php:3423
/modules/sameprice/classes/SamepriceConfiguration.php:329 (getProductCategories)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
198 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9842 LIMIT 1 |
0.734
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
395 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9880) |
0.734
ms
|
1 |
|
|
/modules/sameprice/sameprice.php:345
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
45 |
SELECT SQL_NO_CACHE `id_lang` FROM `d3u8_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.733
ms
|
5 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
269 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.733
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f10cf6e2_64563439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:198 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
462 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9864)
GROUP BY a0.`id_supplier` |
0.733
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
582 |
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `d3u8_trustedshops_channel`
WHERE (id_client = '6bc93ab1a6cd__PrestaShop') AND (id_lang = 2) AND (id_shop = 1) LIMIT 1 |
0.732
ms
|
5 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:99
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:708 (getChannelByClientIdLangShop)
/modules/trustedshopseasyintegration/src/Service/HookService.php:113 (getChannelFromIdShopIdLang)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:315 (getWidget)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:191 (getWidgetModels)
:undefined (displayProductListReviews)
/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108 (call_user_func)
/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:183 (dispatch)
/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:207 (handleExtensionsHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
154 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9826) |
0.730
ms
|
1 |
|
|
/modules/sameprice/sameprice.php:345
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
133 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9825 LIMIT 1 |
0.729
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
415 |
SELECT SQL_NO_CACHE name FROM d3u8_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 156 LIMIT 1 |
0.729
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
488 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10009) |
0.728
ms
|
1 |
|
|
/modules/sameprice/sameprice.php:345
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
521 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9899)
GROUP BY a0.`id_supplier` |
0.728
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
266 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1 |
0.726
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f10cf6e2_64563439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:198 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
334 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9119 LIMIT 1 |
0.725
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
495 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 10009 LIMIT 1 |
0.723
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
144 |
SELECT SQL_NO_CACHE 1 FROM `d3u8_specific_price` WHERE id_product = 9826 LIMIT 1 |
0.722
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
11 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module_shop` WHERE `id_module` = 92 AND `id_shop` = 1 LIMIT 1 |
0.721
ms
|
1 |
|
|
/classes/module/Module.php:2109
/config/smartyfront.config.inc.php:58 (isEnabled)
/config/smarty.config.inc.php:59 (require_once)
/config/config.inc.php:245 (require_once)
/index.php:38 (require)
|
360 |
SELECT SQL_NO_CACHE `id_category` FROM `d3u8_category_product`
WHERE `id_product` = 9111 |
0.721
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/sameprice/classes/SamepriceConfiguration.php:329 (getProductCategories)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
190 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9842)
GROUP BY a0.`id_supplier` |
0.719
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
337 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9119 LIMIT 1 |
0.719
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
148 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9826)
GROUP BY a0.`id_supplier` |
0.717
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
143 |
SELECT SQL_NO_CACHE name FROM d3u8_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 156 LIMIT 1 |
0.715
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
616 |
SELECT SQL_NO_CACHE *
FROM `d3u8_hook` a
WHERE (a.`id_hook` = 45) LIMIT 1 |
0.714
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
131 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9825)
GROUP BY a0.`id_supplier` |
0.713
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
493 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 10009)
GROUP BY a0.`id_supplier` |
0.712
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
53 |
SELECT SQL_NO_CACHE `name`
FROM `d3u8_manufacturer`
WHERE `id_manufacturer` = 43
AND `active` = 1 LIMIT 1 |
0.706
ms
|
0 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:734 (getNameById)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
457 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9864) |
0.706
ms
|
1 |
|
|
/modules/sameprice/sameprice.php:345
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
439 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9052 LIMIT 1 |
0.705
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
630 |
SELECT SQL_NO_CACHE *
FROM `d3u8_cms` a
LEFT JOIN `d3u8_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 25) LIMIT 1 |
0.705
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
428 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9052)
GROUP BY a0.`id_supplier` |
0.704
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
128 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9825)
GROUP BY a0.`id_supplier` |
0.702
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
461 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9864 LIMIT 1 |
0.702
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
566 |
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `d3u8_trustedshops_channel`
WHERE (id_client = '6bc93ab1a6cd__PrestaShop') AND (id_lang = 2) AND (id_shop = 1) LIMIT 1 |
0.702
ms
|
5 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:99
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:708 (getChannelByClientIdLangShop)
/modules/trustedshopseasyintegration/src/Service/HookService.php:113 (getChannelFromIdShopIdLang)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:315 (getWidget)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:191 (getWidgetModels)
:undefined (displayProductListReviews)
/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108 (call_user_func)
/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:183 (dispatch)
/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:207 (handleExtensionsHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
490 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 10009)
GROUP BY a0.`id_supplier` |
0.701
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
257 |
SELECT SQL_NO_CACHE active
FROM `d3u8_estimateddeliverydate` e
WHERE (e.active = 1) |
0.700
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:104
/modules/estimateddeliverydate/estimateddeliverydate.php:285 (getActiveStatus)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
358 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9111)
GROUP BY a0.`id_supplier` |
0.698
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
558 |
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `d3u8_trustedshops_channel`
WHERE (id_client = '6bc93ab1a6cd__PrestaShop') AND (id_lang = 2) AND (id_shop = 1) LIMIT 1 |
0.698
ms
|
5 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:99
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:708 (getChannelByClientIdLangShop)
/modules/trustedshopseasyintegration/src/Service/HookService.php:113 (getChannelFromIdShopIdLang)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:315 (getWidget)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:191 (getWidgetModels)
:undefined (displayProductListReviews)
/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108 (call_user_func)
/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:183 (dispatch)
/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:207 (handleExtensionsHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
245 |
SELECT SQL_NO_CACHE *
FROM `d3u8_country_lang`
WHERE `id_country` = 8 |
0.697
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
58 |
SELECT SQL_NO_CACHE *
FROM `d3u8_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.696
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:6895 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
468 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9864)
GROUP BY a0.`id_supplier` |
0.694
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM d3u8_shop_url su
LEFT JOIN d3u8_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'techneb.com' OR su.domain_ssl = 'techneb.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.693
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:38 (require)
|
164 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9826 LIMIT 1 |
0.693
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
233 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.692
ms
|
0 |
|
|
/classes/module/Module.php:2109
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/controllers/front/ProductController.php:1462 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
482 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 10009)
GROUP BY a0.`id_supplier` |
0.692
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
195 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9842 LIMIT 1 |
0.692
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
434 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9052)
GROUP BY a0.`id_supplier` |
0.690
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
464 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9864 LIMIT 1 |
0.688
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
399 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9880 LIMIT 1 |
0.687
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
499 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 10009)
GROUP BY a0.`id_supplier` |
0.687
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
515 |
SELECT SQL_NO_CACHE `id_category` FROM `d3u8_category_product`
WHERE `id_product` = 9899 |
0.687
ms
|
6 |
|
|
/classes/Product.php:3423
/modules/sameprice/classes/SamepriceConfiguration.php:329 (getProductCategories)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
624 |
SELECT SQL_NO_CACHE *
FROM `d3u8_cms` a
LEFT JOIN `d3u8_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1 |
0.686
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
125 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9825)
GROUP BY a0.`id_supplier` |
0.686
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
422 |
SELECT SQL_NO_CACHE `id_category` FROM `d3u8_category_product`
WHERE `id_product` = 9052 |
0.684
ms
|
2 |
|
|
/classes/Product.php:3423
/modules/sameprice/classes/SamepriceConfiguration.php:329 (getProductCategories)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
301 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
0.683
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:296 (getData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
49 |
SELECT SQL_NO_CACHE *
FROM `d3u8_group` a
LEFT JOIN `d3u8_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.680
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
47 |
SELECT SQL_NO_CACHE *
FROM `d3u8_currency_lang`
WHERE `id_currency` = 1 |
0.680
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
54 |
SELECT SQL_NO_CACHE `name` FROM `d3u8_supplier` WHERE `id_supplier` = 36 LIMIT 1 |
0.678
ms
|
1 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
406 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9880)
GROUP BY a0.`id_supplier` |
0.678
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
430 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9052 LIMIT 1 |
0.678
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
602 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
0.677
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:362 (getData)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
242 |
SELECT SQL_NO_CACHE format
FROM `d3u8_address_format`
WHERE `id_country` = 8 LIMIT 1 |
0.674
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
46 |
SELECT SQL_NO_CACHE *
FROM `d3u8_currency` a
LEFT JOIN `d3u8_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.673
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
75 |
SELECT SQL_NO_CACHE *
FROM `d3u8_sameprice_configuration` a
WHERE (a.`id_sameprice_configuration` = 1) LIMIT 1 |
0.673
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:139 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:661 (__construct)
/modules/sameprice/sameprice.php:401 (getPriceModified)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `d3u8_stock_available`
WHERE (id_product = 9825) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.673
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
409 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9880)
GROUP BY a0.`id_supplier` |
0.673
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
59 |
SELECT SQL_NO_CACHE *
FROM `d3u8_tax_lang`
WHERE `id_tax` = 1 |
0.672
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:6895 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
285 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module_shop` WHERE `id_module` = 26 AND `id_shop` = 1 LIMIT 1 |
0.670
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/fc/c7/40/fcc7408e1e1a6684dae407e01d10ebb5cf247317_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a929674_66119001)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:318 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:367 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:820 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
174 |
SELECT SQL_NO_CACHE name FROM d3u8_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 156 LIMIT 1 |
0.669
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
626 |
SELECT SQL_NO_CACHE *
FROM `d3u8_cms` a
LEFT JOIN `d3u8_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) LIMIT 1 |
0.669
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `d3u8_stock_available`
WHERE (id_product = 9880) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.668
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
471 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9864)
GROUP BY a0.`id_supplier` |
0.668
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
311 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
0.665
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:362 (getData)
/modules/estimateddeliverydate/estimateddeliverydate.php:300 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67aa8db25_20138854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:573 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:597 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:850 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
170 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `d3u8_stock_available`
WHERE (id_product = 9826) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.664
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
162 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9826)
GROUP BY a0.`id_supplier` |
0.663
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
241 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `d3u8_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 156 LIMIT 1 |
0.662
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
372 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9111)
GROUP BY a0.`id_supplier` |
0.662
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
477 |
SELECT SQL_NO_CACHE name FROM d3u8_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 156 LIMIT 1 |
0.660
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
156 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9826)
GROUP BY a0.`id_supplier` |
0.659
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
244 |
SELECT SQL_NO_CACHE *
FROM `d3u8_country` a
LEFT JOIN `d3u8_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.659
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
10 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "jprestaspeedpack" LIMIT 1 |
0.657
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/config/smartyfront.config.inc.php:58 (isEnabled)
/config/smarty.config.inc.php:59 (require_once)
/config/config.inc.php:245 (require_once)
/index.php:38 (require)
|
405 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9880 LIMIT 1 |
0.657
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
123 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `d3u8_product` p
INNER JOIN `d3u8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 9825) |
0.656
ms
|
1 |
|
|
/modules/sameprice/sameprice.php:345
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
167 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9826 LIMIT 1 |
0.655
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
23 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `d3u8_module` m
LEFT JOIN `d3u8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.653
ms
|
49 |
|
|
/classes/module/Module.php:345
/modules/ps_checkout/ps_checkout.php:149 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
267 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `d3u8_country`
WHERE `id_country` = 8 LIMIT 1 |
0.653
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:98 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f10cf6e2_64563439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:198 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
520 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9899 LIMIT 1 |
0.651
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
262 |
SELECT SQL_NO_CACHE `name`
FROM `d3u8_hook`
WHERE `id_hook` = 1047 LIMIT 1 |
0.651
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:911 (getNameById)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `d3u8_stock_available`
WHERE (id_product = 9864) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.650
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
232 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.649
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/controllers/front/ProductController.php:1462 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
628 |
SELECT SQL_NO_CACHE *
FROM `d3u8_cms` a
LEFT JOIN `d3u8_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 24) LIMIT 1 |
0.649
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
397 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9880)
GROUP BY a0.`id_supplier` |
0.648
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
465 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9864)
GROUP BY a0.`id_supplier` |
0.648
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
187 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9842)
GROUP BY a0.`id_supplier` |
0.643
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
606 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module_shop` WHERE `id_module` = 39 AND `id_shop` = 1 LIMIT 1 |
0.642
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
73 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `d3u8_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 156 LIMIT 1 |
0.641
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/modules/sameprice/classes/SamepriceConfiguration.php:1148 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:361 (checkStockPriceWeight)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
453 |
SELECT SQL_NO_CACHE `id_category` FROM `d3u8_category_product`
WHERE `id_product` = 9864 |
0.640
ms
|
5 |
|
|
/classes/Product.php:3423
/modules/sameprice/classes/SamepriceConfiguration.php:329 (getProductCategories)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
446 |
SELECT SQL_NO_CACHE name FROM d3u8_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 156 LIMIT 1 |
0.634
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
207 |
SELECT SQL_NO_CACHE * FROM `d3u8_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.633
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:221 (getImagesTypes)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
246 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM d3u8_required_field |
0.628
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:555 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
27 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `d3u8_module` m
LEFT JOIN `d3u8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.627
ms
|
49 |
|
|
/classes/module/Module.php:345
/modules/ps_mbo/ps_mbo.php:106 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:39 (dispatch)
|
89 |
SELECT SQL_NO_CACHE cc.name
FROM d3u8_cookiesplus_cookie cc LEFT JOIN d3u8_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 3
AND ccl.`id_lang` = 2 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
0.626
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1223 (getCookiesPlusCookies)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:993 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
90 |
SELECT SQL_NO_CACHE cc.name
FROM d3u8_cookiesplus_cookie cc LEFT JOIN d3u8_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 4
AND ccl.`id_lang` = 2 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
0.626
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1223 (getCookiesPlusCookies)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:993 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
420 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9052)
GROUP BY a0.`id_supplier` |
0.626
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
259 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module_shop` WHERE `id_module` = 4 AND `id_shop` = 1 LIMIT 1 |
0.626
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/advancedemailguard/advancedemailguard.php:1247 (isEnabled)
/modules/advancedemailguard/advancedemailguard.php:961 (isGDPREnabled)
/modules/advancedemailguard/advancedemailguard.php:945 (getJavaScriptMeta)
/modules/advancedemailguard/advancedemailguard.php:1098 (getJavaScriptVars)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
254 |
SELECT SQL_NO_CACHE *
FROM `d3u8_estimateddeliverydate_state` s
RIGHT JOIN `d3u8_estimateddeliverydate` `e` ON s.id_estimateddeliverydate = e.id_estimateddeliverydate
WHERE (e.active = 1) |
0.623
ms
|
1 |
|
|
/modules/estimateddeliverydate/model/EstimatedDeliveryDateObjectModel.php:95
/modules/estimateddeliverydate/estimateddeliverydate.php:362 (getData)
/modules/estimateddeliverydate/estimateddeliverydate.php:349 (getStateData)
/classes/Hook.php:1077 (hookDisplayProductActions)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/stripe_official/stripe_official.php:1777 (exec)
/classes/Hook.php:1077 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
127 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9825 LIMIT 1 |
0.616
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
598 |
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `d3u8_trustedshops_channel`
WHERE (id_client = '6bc93ab1a6cd__PrestaShop') AND (id_lang = 2) AND (id_shop = 1) LIMIT 1 |
0.615
ms
|
5 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:99
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:708 (getChannelByClientIdLangShop)
/modules/trustedshopseasyintegration/src/Service/HookService.php:113 (getChannelFromIdShopIdLang)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:315 (getWidget)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:191 (getWidgetModels)
:undefined (displayProductListReviews)
/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108 (call_user_func)
/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:183 (dispatch)
/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:207 (handleExtensionsHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classic/0f/3c/4c/0f3c4cc4729894c0fff3efb624ba55b7a6785b31_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b8032a5_58381406)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_classic/6e/90/3f/6e903fc5ae5c80b3388845cc0205fc5146532e09_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b7ad026_26712331)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classic/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:37 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766ca0b76e1f0_11388476)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
248 |
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `d3u8_trustedshops_channel`
WHERE (id_client = '6bc93ab1a6cd__PrestaShop') AND (id_lang = 2) AND (id_shop = 1) LIMIT 1 |
0.615
ms
|
5 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:99
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:708 (getChannelByClientIdLangShop)
/modules/trustedshopseasyintegration/src/Service/HookService.php:129 (getChannelFromIdShopIdLang)
/modules/trustedshopseasyintegration/src/Hook/HookCommon.php:88 (getWidgetScriptLink)
:undefined (displayHeader)
/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108 (call_user_func)
/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:183 (dispatch)
/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:207 (handleExtensionsHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
51 |
SELECT SQL_NO_CACHE id_shop
FROM `d3u8_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.612
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
249 |
SELECT SQL_NO_CACHE *
FROM `d3u8_trustedshops_channel` a
WHERE (a.`id_trustedshops_channel` = 1) LIMIT 1 |
0.611
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:717 (__construct)
/modules/trustedshopseasyintegration/src/Service/HookService.php:129 (getChannelFromIdShopIdLang)
/modules/trustedshopseasyintegration/src/Hook/HookCommon.php:88 (getWidgetScriptLink)
:undefined (displayHeader)
/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108 (call_user_func)
/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:183 (dispatch)
/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:207 (handleExtensionsHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
512 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9899 LIMIT 1 |
0.611
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
357 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9111 LIMIT 1 |
0.610
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
192 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9842 LIMIT 1 |
0.607
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
70 |
SELECT SQL_NO_CACHE `id_zone`
FROM `d3u8_country`
WHERE `id_country` = 8 LIMIT 1 |
0.606
ms
|
1 |
|
|
/classes/Country.php:224
/modules/sameprice/classes/SamepriceConfiguration.php:336 (getIdZone)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
199 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9842)
GROUP BY a0.`id_supplier` |
0.601
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
84 |
SELECT SQL_NO_CACHE id_shop
FROM `d3u8_product_shop`
WHERE `id_product` = 9859
AND id_shop = 1 LIMIT 1 |
0.600
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/controllers/front/ProductController.php:192 (isAssociatedToShop)
/controllers/front/ProductController.php:167 (checkPermissionsToViewProduct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
78 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `d3u8_stock_available`
WHERE (id_product = 9859) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.599
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7862 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
449 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `d3u8_product_shop`
WHERE `id_product` = 9864 AND id_shop=1 LIMIT 1 |
0.594
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM d3u8_shop s
LEFT JOIN d3u8_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.593
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:38 (require)
|
25 |
SELECT SQL_NO_CACHE * FROM `d3u8_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.593
ms
|
1 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:39 (dispatch)
|
48 |
SELECT SQL_NO_CACHE id_shop
FROM `d3u8_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.591
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
150 |
SELECT SQL_NO_CACHE `id_category` FROM `d3u8_category_product`
WHERE `id_product` = 9826 |
0.590
ms
|
6 |
|
|
/classes/Product.php:3423
/modules/sameprice/classes/SamepriceConfiguration.php:329 (getProductCategories)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
193 |
SELECT SQL_NO_CACHE *
FROM `d3u8_product_supplier` a0
WHERE (a0.`id_product` = 9842)
GROUP BY a0.`id_supplier` |
0.589
ms
|
1 |
|
Yes
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/sameprice/classes/SamepriceConfiguration.php:262 (rewind)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5743 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
34 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "bvkseodispatcher" LIMIT 1 |
0.588
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:214 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:39 (dispatch)
|
189 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9842 LIMIT 1 |
0.586
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5733 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
76 |
SELECT SQL_NO_CACHE *
FROM `d3u8_sameprice_configuration_lang`
WHERE `id_sameprice_configuration` = 1 |
0.584
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:139 (__construct)
/modules/sameprice/classes/SamepriceConfiguration.php:661 (__construct)
/modules/sameprice/sameprice.php:401 (getPriceModified)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
50 |
SELECT SQL_NO_CACHE *
FROM `d3u8_group_lang`
WHERE `id_group` = 1 |
0.580
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
511 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `d3u8_product_shop`
WHERE `id_product` = 9899 AND id_shop=1 LIMIT 1 |
0.579
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
86 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.579
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:257
/src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:329 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_checkout/src/Repository/PsAccountRepository.php:46 (getPsAccountsService)
/var/cache/dev/Ps_checkout8422FrontContainer.php:1137 (__construct)
/var/cache/dev/Ps_checkout8422FrontContainer.php:1217 (getPsAccountRepositoryService)
/var/cache/dev/Ps_checkout8422FrontContainer.php:1207 (getMerchantValidatorService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getFrontControllerValidatorService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1516 (getService)
/modules/ps_checkout/ps_checkout.php:913 (getService)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:993 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
177 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `d3u8_product_shop`
WHERE `id_product` = 9842 AND id_shop=1 LIMIT 1 |
0.579
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
31 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `d3u8_module` m
LEFT JOIN `d3u8_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.577
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:335
/modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php:65 (checkModuleStatus)
/classes/Hook.php:1077 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/index.php:39 (dispatch)
|
28 |
SELECT SQL_NO_CACHE `active`
FROM `d3u8_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.576
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:325
/modules/ps_mbo/ps_mbo.php:118 (checkModuleStatus)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:39 (dispatch)
|
147 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9826 LIMIT 1 |
0.574
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
322 |
SELECT SQL_NO_CACHE `name`
FROM `d3u8_manufacturer`
WHERE `id_manufacturer` = 39
AND `active` = 1 LIMIT 1 |
0.573
ms
|
0 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5665 (getNameById)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
605 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "ps_viewedproduct" LIMIT 1 |
0.572
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
268 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.571
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f10cf6e2_64563439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:198 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
3 |
SELECT SQL_NO_CACHE *
FROM `d3u8_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.567
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:38 (require)
|
82 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `d3u8_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 156 LIMIT 1 |
0.562
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
108 |
SELECT SQL_NO_CACHE `price_display_method`
FROM `d3u8_group`
WHERE `id_group` = 3 LIMIT 1 |
0.558
ms
|
1 |
|
|
/classes/Group.php:174
/controllers/front/ProductController.php:630 (getPriceDisplayMethod)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
427 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9052 LIMIT 1 |
0.558
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
284 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "ps_sharebuttons" LIMIT 1 |
0.557
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/fc/c7/40/fcc7408e1e1a6684dae407e01d10ebb5cf247317_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a929674_66119001)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:318 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:367 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:820 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
356 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `d3u8_product_shop`
WHERE `id_product` = 9111 AND id_shop=1 LIMIT 1 |
0.552
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
288 |
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `d3u8_trustedshops_channel`
WHERE (id_client = '6bc93ab1a6cd__PrestaShop') AND (id_lang = 2) AND (id_shop = 1) LIMIT 1 |
0.549
ms
|
5 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:99
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:708 (getChannelByClientIdLangShop)
/modules/trustedshopseasyintegration/src/Service/HookService.php:113 (getChannelFromIdShopIdLang)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:315 (getWidget)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:128 (getWidgetModels)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:116 (displayProductNameInfos)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:100 (displayProductAdditionalInfo)
:undefined (displayProductButtons)
/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108 (call_user_func)
/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:183 (dispatch)
/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:207 (handleExtensionsHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/fc/c7/40/fcc7408e1e1a6684dae407e01d10ebb5cf247317_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a929674_66119001)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:318 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:367 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:820 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `d3u8_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
0.545
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:38 (require)
|
206 |
SELECT SQL_NO_CACHE state FROM d3u8_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.542
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
178 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9842 LIMIT 1 |
0.539
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
315 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module_shop` WHERE `id_module` = 74 AND `id_shop` = 1 LIMIT 1 |
0.535
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
314 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "ps_categoryproducts" LIMIT 1 |
0.531
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
62 |
SELECT SQL_NO_CACHE 1 FROM `d3u8_specific_price` WHERE id_product = 9859 LIMIT 1 |
0.530
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
325 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `d3u8_product_shop`
WHERE `id_product` = 9119 AND id_shop=1 LIMIT 1 |
0.524
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
275 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1 |
0.518
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:130 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f10cf6e2_64563439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:198 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
270 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.517
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f10cf6e2_64563439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:198 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
258 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "psgdpr" LIMIT 1 |
0.516
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/advancedemailguard/advancedemailguard.php:1247 (isEnabled)
/modules/advancedemailguard/advancedemailguard.php:961 (isGDPREnabled)
/modules/advancedemailguard/advancedemailguard.php:945 (getJavaScriptMeta)
/modules/advancedemailguard/advancedemailguard.php:1098 (getJavaScriptVars)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
272 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.514
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f10cf6e2_64563439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:198 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
124 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9825 LIMIT 1 |
0.511
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
387 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `d3u8_product_shop`
WHERE `id_product` = 9880 AND id_shop=1 LIMIT 1 |
0.510
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
273 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.506
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f10cf6e2_64563439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:198 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
106 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `d3u8_specific_price_priority`
WHERE `id_product` = 9859
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.502
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:648 (_getScoreQuery)
/controllers/front/ProductController.php:607 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
633 |
SELECT SQL_NO_CACHE *
FROM d3u8_meta m
LEFT JOIN d3u8_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.498
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
365 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9111 LIMIT 1 |
0.497
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
458 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9864 LIMIT 1 |
0.496
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
42 |
SELECT SQL_NO_CACHE `id_lang` FROM `d3u8_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.494
ms
|
5 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
65 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9859 LIMIT 1 |
0.488
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
480 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `d3u8_product_shop`
WHERE `id_product` = 10009 AND id_shop=1 LIMIT 1 |
0.488
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
29 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `d3u8_module` m
LEFT JOIN `d3u8_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.483
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:335
/modules/ps_mbo/ps_mbo.php:118 (checkModuleStatus)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:39 (dispatch)
|
274 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
0.482
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:130 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f10cf6e2_64563439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:198 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
609 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.482
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
610 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1 |
0.479
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
30 |
SELECT SQL_NO_CACHE `active`
FROM `d3u8_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.471
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:325
/modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php:65 (checkModuleStatus)
/classes/Hook.php:1077 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/index.php:39 (dispatch)
|
277 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module_shop` WHERE `id_module` = 91 AND `id_shop` = 1 LIMIT 1 |
0.470
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:130 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f10cf6e2_64563439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:198 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
481 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 10009 LIMIT 1 |
0.470
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
14 |
SELECT SQL_NO_CACHE `id_lang` FROM `d3u8_lang` WHERE `iso_code` = 'fr' LIMIT 1 |
0.468
ms
|
5 |
|
|
/classes/Language.php:854
/classes/Tools.php:627 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
396 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9880 LIMIT 1 |
0.465
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
116 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9825 LIMIT 1 |
0.464
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
489 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 10009 LIMIT 1 |
0.462
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
276 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.460
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:130 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f10cf6e2_64563439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:198 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
81 |
SELECT SQL_NO_CACHE location
FROM `d3u8_stock_available`
WHERE (id_product = 9859) 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:7865 (getLocation)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
105 |
SELECT SQL_NO_CACHE 1 FROM `d3u8_specific_price` WHERE `to` BETWEEN '2024-12-21 00:00:00' AND '2024-12-21 23:59:59' LIMIT 1 |
0.456
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:645 (computeExtraConditions)
/controllers/front/ProductController.php:607 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
607 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.455
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
419 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9052 LIMIT 1 |
0.451
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
450 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9864 LIMIT 1 |
0.450
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
271 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.448
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ca/ab/d4/caabd45f9bf8259e3f64a219084ba26fad72fc0a_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f10cf6e2_64563439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:198 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
115 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `d3u8_product_shop`
WHERE `id_product` = 9825 AND id_shop=1 LIMIT 1 |
0.442
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
186 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9842 LIMIT 1 |
0.440
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
64 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `d3u8_product_shop`
WHERE `id_product` = 9859 AND id_shop=1 LIMIT 1 |
0.440
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
608 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.431
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/d3/25/abd325364474aa0f5c2d99fac49a7d0ba4bc3ea1_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f14daa79_11550329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:343 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
155 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9826 LIMIT 1 |
0.429
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
261 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.429
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/advancedemailguard/advancedemailguard.php:1237 (isEnabled)
/modules/advancedemailguard/advancedemailguard.php:963 (isLegacyMAModuleEnabled)
/modules/advancedemailguard/advancedemailguard.php:945 (getJavaScriptMeta)
/modules/advancedemailguard/advancedemailguard.php:1098 (getJavaScriptVars)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
104 |
SELECT SQL_NO_CACHE 1 FROM `d3u8_specific_price` WHERE `from` BETWEEN '2024-12-21 00:00:00' AND '2024-12-21 23:59:59' LIMIT 1 |
0.421
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:645 (computeExtraConditions)
/controllers/front/ProductController.php:607 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
260 |
SELECT SQL_NO_CACHE `id_module` FROM `d3u8_module` WHERE `name` = "mailalerts" LIMIT 1 |
0.417
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/advancedemailguard/advancedemailguard.php:1237 (isEnabled)
/modules/advancedemailguard/advancedemailguard.php:963 (isLegacyMAModuleEnabled)
/modules/advancedemailguard/advancedemailguard.php:945 (getJavaScriptMeta)
/modules/advancedemailguard/advancedemailguard.php:1098 (getJavaScriptVars)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
43 |
SELECT SQL_NO_CACHE c.id_currency
FROM `d3u8_currency` c
WHERE (iso_code = 'GBP') LIMIT 1 |
0.414
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
79 |
SELECT SQL_NO_CACHE out_of_stock
FROM `d3u8_stock_available`
WHERE (id_product = 9859) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.409
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7863 (outOfStock)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
146 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `d3u8_product_shop`
WHERE `id_product` = 9826 AND id_shop=1 LIMIT 1 |
0.407
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Product.php:4712 (getProductsProperties)
/controllers/front/ProductController.php:405 (getAccessories)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
80 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `d3u8_stock_available`
WHERE (id_product = 9859) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.402
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7864 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
388 |
SELECT SQL_NO_CACHE id_manufacturer FROM `d3u8_product` WHERE id_product = 9880 LIMIT 1 |
0.402
ms
|
1 |
|
|
/modules/sameprice/classes/SamepriceConfiguration.php:1434
/modules/sameprice/classes/SamepriceConfiguration.php:254 (getManufacturerbyIdProduct)
/modules/sameprice/sameprice.php:316 (getConfigs)
/classes/Hook.php:1077 (hookActionProductPriceCalculation)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
418 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `d3u8_product_shop`
WHERE `id_product` = 9052 AND id_shop=1 LIMIT 1 |
0.382
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:855 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/14/b8/11/14b811273b58b1b237c47fc0a30a55c54e959c78_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0efa970_81521142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/dc/8e/d8/dc8ed8050ade70a5e473eb688076b9d89bd9ffa2_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c5f0ed3197_84777264)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/4e/bb/4b/4ebb4bfdbf73f8bc633a608a8797854dfd0543df_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6766c67a72bf87_36779300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
208 |
SELECT SQL_NO_CACHE * FROM `d3u8_image_type` |
0.373
ms
|
7 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/override/controllers/front/ProductController.php:21 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|